Html Css Color HEX #D9B352 Rob Roy

📋 copy color: '#D9B352'

red 217 ◦ green 179 ◦ blue 82

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

Shades of Rob Roy #D9B352

Tints of Rob Roy #D9B352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.15%

R = 45.4%
G = 37.45%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9B352 (or 0xD9B352) is known color: Rob Roy. HEX triplet: D9, B3 and 52. RGB value is (217,179,82). Sum of RGB (Red+Green+Blue) = 217+179+82=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B352 is #264CAD. Grayscale: #B3B3B3. Windows color (decimal): -2509998 or 5419993. OLE color: 5419993.

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

Color convert

RGB 217 179 82 -
CMYK 0 0.18 0.62 0.15
HSL 43.11º 0.64% 0.59% -
HSV(B) 43.11º 0.62% 0.85% -
XYZ 46.26 47.6 14.73 -
YUV 179.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 217 179 82 0 0.18 0.62 0.15 43.11 0.64 0.59
Hex D9 B3 52 0 12 3E F 2B 40 3B
Octal 331 263 122 0 22 76 17 53 100 73
Binary 11011001 10110011 1010010 0 10010 111110 1111 101011 1000000 111011

Color Harmonies of #D9B352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B352

Black with #D9B352

Text Example


Text Example

White with #D9B352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B352; }

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

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

background-color css

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

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

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

border-color css

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

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

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