Html Css Color HEX #D6B552 Rob Roy

📋 copy color: '#D6B552'

red 214 ◦ green 181 ◦ blue 82

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

Shades of Rob Roy #D6B552

Tints of Rob Roy #D6B552

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

 GREEN value IS 181 (71.09% from 255) = 37.95%

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

R = 44.86%
G = 37.95%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6B552 (or 0xD6B552) is known color: Rob Roy. HEX triplet: D6, B5 and 52. RGB value is (214,181,82). Sum of RGB (Red+Green+Blue) = 214+181+82=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B552 is #294AAD. Grayscale: #B4B4B4. Windows color (decimal): -2706094 or 5420502. OLE color: 5420502.

HSL color Cylindrical-coordinate representation of color #D6B552: hue angle of 45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6B552 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 82 -
CMYK 0 0.15 0.62 0.16
HSL 45º 0.62% 0.58% -
HSV(B) 45º 0.62% 0.84% -
XYZ 45.78 47.95 14.83 -
YUV 179.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 214 181 82 0 0.15 0.62 0.16 45 0.62 0.58
Hex D6 B5 52 0 F 3E 10 2D 3E 3A
Octal 326 265 122 0 17 76 20 55 76 72
Binary 11010110 10110101 1010010 0 1111 111110 10000 101101 111110 111010

Color Harmonies of #D6B552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B552

Black with #D6B552

Text Example


Text Example

White with #D6B552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B552; }

 p { color: rgb(214,181,82); }

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

background-color css

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

 a { background-color: rgb(214,181,82); }

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

border-color css

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

 span { border-color: rgb(214,181,82); }

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