Html Css Color HEX #D8A652 Rob Roy

📋 copy color: '#D8A652'

red 216 ◦ green 166 ◦ blue 82

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

Shades of Rob Roy #D8A652

Tints of Rob Roy #D8A652

RGB

 RED value IS 216 (84.77% from 255) = 46.55%

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

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

R = 46.55%
G = 35.78%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8A652 (or 0xD8A652) is known color: Rob Roy. HEX triplet: D8, A6 and 52. RGB value is (216,166,82). Sum of RGB (Red+Green+Blue) = 216+166+82=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A652 is #2759AD. Grayscale: #ABABAB. Windows color (decimal): -2578862 or 5416664. OLE color: 5416664.

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

Color convert

RGB 216 166 82 -
CMYK 0 0.23 0.62 0.15
HSL 37.61º 0.63% 0.58% -
HSV(B) 37.61º 0.62% 0.85% -
XYZ 43.48 42.48 13.89 -
YUV 171.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 216 166 82 0 0.23 0.62 0.15 37.61 0.63 0.58
Hex D8 A6 52 0 17 3E F 26 3F 3A
Octal 330 246 122 0 27 76 17 46 77 72
Binary 11011000 10100110 1010010 0 10111 111110 1111 100110 111111 111010

Color Harmonies of #D8A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A652

Black with #D8A652

Text Example


Text Example

White with #D8A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A652; }

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

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

background-color css

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

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

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

border-color css

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

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

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