Html Css Color HEX #DBB64B Rob Roy

📋 copy color: '#DBB64B'

red 219 ◦ green 182 ◦ blue 75

#DBB64B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DBB64B

Tints of Rob Roy #DBB64B

RGB

 RED value IS 219 (85.94% from 255) = 46.01%

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 75 (29.69% from 255) = 15.76%

R = 46.01%
G = 38.24%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBB64B (or 0xDBB64B) is known color: Rob Roy. HEX triplet: DB, B6 and 4B. RGB value is (219,182,75). Sum of RGB (Red+Green+Blue) = 219+182+75=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB64B is #2449B4. Grayscale: #B5B5B5. Windows color (decimal): -2378165 or 4962011. OLE color: 4962011.

HSL color Cylindrical-coordinate representation of color #DBB64B: hue angle of 44.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBB64B is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 75 -
CMYK 0 0.17 0.66 0.14
HSL 44.58º 0.67% 0.58% -
HSV(B) 44.58º 0.66% 0.86% -
XYZ 47.21 49.02 13.63 -
YUV 180.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 219 182 75 0 0.17 0.66 0.14 44.58 0.67 0.58
Hex DB B6 4B 0 11 42 E 2D 43 3A
Octal 333 266 113 0 21 102 16 55 103 72
Binary 11011011 10110110 1001011 0 10001 1000010 1110 101101 1000011 111010

Color Harmonies of #DBB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB64B

Black with #DBB64B

Text Example


Text Example

White with #DBB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB64B; }

 p { color: rgb(219,182,75); }

 H1.HeaderClassName
 {
   color: #DBB64B;
 }
 .AnyTagClassName
 {
   color: #DBB64B;
 }
</style>

background-color css

<style>
 a { background-color: #DBB64B; }

 a { background-color: rgb(219,182,75); }

 div.DivClassName
 {
   background-color: #DBB64B;
 }
 .BgClassName
 {
   background-color: #DBB64B;
 }
</style>

border-color css

<style>
 span { border-color: #DBB64B; }

 span { border-color: rgb(219,182,75); }

 td.TdClassName
 {
   border-color: #DBB64B;
 }
 .TagClassName
 {
   border-color: #DBB64B;
 }
</style>