Html Css Color HEX #DBB24A Rob Roy

📋 copy color: '#DBB24A'

red 219 ◦ green 178 ◦ blue 74

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

Shades of Rob Roy #DBB24A

Tints of Rob Roy #DBB24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 46.5%
G = 37.79%
B = 15.71%

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

#DBB24A (or 0xDBB24A) is known color: Rob Roy. HEX triplet: DB, B2 and 4A. RGB value is (219,178,74). Sum of RGB (Red+Green+Blue) = 219+178+74=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB24A is #244DB5. Grayscale: #B2B2B2. Windows color (decimal): -2379190 or 4895451. OLE color: 4895451.

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

Color convert

RGB 219 178 74 -
CMYK 0 0.19 0.66 0.14
HSL 43.03º 0.67% 0.57% -
HSV(B) 43.03º 0.66% 0.86% -
XYZ 46.37 47.4 13.18 -
YUV 178.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 219 178 74 0 0.19 0.66 0.14 43.03 0.67 0.57
Hex DB B2 4A 0 13 42 E 2B 43 39
Octal 333 262 112 0 23 102 16 53 103 71
Binary 11011011 10110010 1001010 0 10011 1000010 1110 101011 1000011 111001

Color Harmonies of #DBB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB24A

Black with #DBB24A

Text Example


Text Example

White with #DBB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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