Html Css Color HEX #D9B34A Rob Roy

📋 copy color: '#D9B34A'

red 217 ◦ green 179 ◦ blue 74

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

Shades of Rob Roy #D9B34A

Tints of Rob Roy #D9B34A

RGB

 RED value IS 217 (85.16% from 255) = 46.17%

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 46.17%
G = 38.09%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9B34A (or 0xD9B34A) is known color: Rob Roy. HEX triplet: D9, B3 and 4A. RGB value is (217,179,74). Sum of RGB (Red+Green+Blue) = 217+179+74=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B34A is #264CB5. Grayscale: #B2B2B2. Windows color (decimal): -2510006 or 4895705. OLE color: 4895705.

HSL color Cylindrical-coordinate representation of color #D9B34A: hue angle of 44.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9B34A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 179 74 -
CMYK 0 0.18 0.66 0.15
HSL 44.06º 0.65% 0.57% -
HSV(B) 44.06º 0.66% 0.85% -
XYZ 45.97 47.49 13.22 -
YUV 178.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 217 179 74 0 0.18 0.66 0.15 44.06 0.65 0.57
Hex D9 B3 4A 0 12 42 F 2C 41 39
Octal 331 263 112 0 22 102 17 54 101 71
Binary 11011001 10110011 1001010 0 10010 1000010 1111 101100 1000001 111001

Color Harmonies of #D9B34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B34A

Black with #D9B34A

Text Example


Text Example

White with #D9B34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B34A; }

 p { color: rgb(217,179,74); }

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

background-color css

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

 a { background-color: rgb(217,179,74); }

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

border-color css

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

 span { border-color: rgb(217,179,74); }

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