Html Css Color HEX #DBB24B Rob Roy

📋 copy color: '#DBB24B'

red 219 ◦ green 178 ◦ blue 75

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

Shades of Rob Roy #DBB24B

Tints of Rob Roy #DBB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 46.4%
G = 37.71%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBB24B (or 0xDBB24B) is known color: Rob Roy. HEX triplet: DB, B2 and 4B. RGB value is (219,178,75). Sum of RGB (Red+Green+Blue) = 219+178+75=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB24B is #244DB4. Grayscale: #B2B2B2. Windows color (decimal): -2379189 or 4960987. OLE color: 4960987.

HSL color Cylindrical-coordinate representation of color #DBB24B: hue angle of 42.92º 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 #DBB24B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 75 -
CMYK 0 0.19 0.66 0.14
HSL 42.92º 0.67% 0.58% -
HSV(B) 42.92º 0.66% 0.86% -
XYZ 46.4 47.41 13.36 -
YUV 178.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 219 178 75 0 0.19 0.66 0.14 42.92 0.67 0.58
Hex DB B2 4B 0 13 42 E 2B 43 3A
Octal 333 262 113 0 23 102 16 53 103 72
Binary 11011011 10110010 1001011 0 10011 1000010 1110 101011 1000011 111010

Color Harmonies of #DBB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB24B

Black with #DBB24B

Text Example


Text Example

White with #DBB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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