Html Css Color HEX #D6A652 Rob Roy

📋 copy color: '#D6A652'

red 214 ◦ green 166 ◦ blue 82

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

Shades of Rob Roy #D6A652

Tints of Rob Roy #D6A652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 46.32%
G = 35.93%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6A652 (or 0xD6A652) is known color: Rob Roy. HEX triplet: D6, A6 and 52. RGB value is (214,166,82). Sum of RGB (Red+Green+Blue) = 214+166+82=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A652 is #2959AD. Grayscale: #ABABAB. Windows color (decimal): -2709934 or 5416662. OLE color: 5416662.

HSL color Cylindrical-coordinate representation of color #D6A652: hue angle of 38.18º 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 #D6A652 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 82 -
CMYK 0 0.22 0.62 0.16
HSL 38.18º 0.62% 0.58% -
HSV(B) 38.18º 0.62% 0.84% -
XYZ 42.89 42.18 13.86 -
YUV 170.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 214 166 82 0 0.22 0.62 0.16 38.18 0.62 0.58
Hex D6 A6 52 0 16 3E 10 26 3E 3A
Octal 326 246 122 0 26 76 20 46 76 72
Binary 11010110 10100110 1010010 0 10110 111110 10000 100110 111110 111010

Color Harmonies of #D6A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A652

Black with #D6A652

Text Example


Text Example

White with #D6A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A652; }

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

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

background-color css

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

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

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

border-color css

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

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

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