Html Css Color HEX #DBB24C Rob Roy

📋 copy color: '#DBB24C'

red 219 ◦ green 178 ◦ blue 76

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

Shades of Rob Roy #DBB24C

Tints of Rob Roy #DBB24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 46.3%
G = 37.63%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBB24C (or 0xDBB24C) is known color: Rob Roy. HEX triplet: DB, B2 and 4C. RGB value is (219,178,76). Sum of RGB (Red+Green+Blue) = 219+178+76=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB24C is #244DB3. Grayscale: #B3B3B3. Windows color (decimal): -2379188 or 5026523. OLE color: 5026523.

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

Color convert

RGB 219 178 76 -
CMYK 0 0.19 0.65 0.14
HSL 42.8º 0.67% 0.58% -
HSV(B) 42.8º 0.65% 0.86% -
XYZ 46.44 47.42 13.54 -
YUV 178.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 219 178 76 0 0.19 0.65 0.14 42.8 0.67 0.58
Hex DB B2 4C 0 13 41 E 2B 43 3A
Octal 333 262 114 0 23 101 16 53 103 72
Binary 11011011 10110010 1001100 0 10011 1000001 1110 101011 1000011 111010

Color Harmonies of #DBB24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB24C

Black with #DBB24C

Text Example


Text Example

White with #DBB24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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