Html Css Color HEX #D2AB4E Rob Roy

📋 copy color: '#D2AB4E'

red 210 ◦ green 171 ◦ blue 78

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

Shades of Rob Roy #D2AB4E

Tints of Rob Roy #D2AB4E

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 78 (30.86% from 255) = 16.99%

R = 45.75%
G = 37.25%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2AB4E (or 0xD2AB4E) is known color: Rob Roy. HEX triplet: D2, AB and 4E. RGB value is (210,171,78). Sum of RGB (Red+Green+Blue) = 210+171+78=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB4E is #2D54B1. Grayscale: #ACACAC. Windows color (decimal): -2970802 or 5155794. OLE color: 5155794.

HSL color Cylindrical-coordinate representation of color #D2AB4E: hue angle of 42.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2AB4E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 78 -
CMYK 0 0.19 0.63 0.18
HSL 42.27º 0.59% 0.56% -
HSV(B) 42.27º 0.63% 0.82% -
XYZ 42.52 43.38 13.34 -
YUV 172.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 210 171 78 0 0.19 0.63 0.18 42.27 0.59 0.56
Hex D2 AB 4E 0 13 3F 12 2A 3B 38
Octal 322 253 116 0 23 77 22 52 73 70
Binary 11010010 10101011 1001110 0 10011 111111 10010 101010 111011 111000

Color Harmonies of #D2AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB4E

Black with #D2AB4E

Text Example


Text Example

White with #D2AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB4E; }

 p { color: rgb(210,171,78); }

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

background-color css

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

 a { background-color: rgb(210,171,78); }

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

border-color css

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

 span { border-color: rgb(210,171,78); }

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