Html Css Color HEX #D2A64B Rob Roy

📋 copy color: '#D2A64B'

red 210 ◦ green 166 ◦ blue 75

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

Shades of Rob Roy #D2A64B

Tints of Rob Roy #D2A64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.63%

R = 46.56%
G = 36.81%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2A64B (or 0xD2A64B) is known color: Rob Roy. HEX triplet: D2, A6 and 4B. RGB value is (210,166,75). Sum of RGB (Red+Green+Blue) = 210+166+75=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A64B is #2D59B4. Grayscale: #A9A9A9. Windows color (decimal): -2972085 or 4957906. OLE color: 4957906.

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

Color convert

RGB 210 166 75 -
CMYK 0 0.21 0.64 0.18
HSL 40.44º 0.6% 0.56% -
HSV(B) 40.44º 0.64% 0.82% -
XYZ 41.48 41.48 12.48 -
YUV 168.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 210 166 75 0 0.21 0.64 0.18 40.44 0.6 0.56
Hex D2 A6 4B 0 15 40 12 28 3C 38
Octal 322 246 113 0 25 100 22 50 74 70
Binary 11010010 10100110 1001011 0 10101 1000000 10010 101000 111100 111000

Color Harmonies of #D2A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A64B

Black with #D2A64B

Text Example


Text Example

White with #D2A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A64B; }

 p { color: rgb(210,166,75); }

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

background-color css

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

 a { background-color: rgb(210,166,75); }

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

border-color css

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

 span { border-color: rgb(210,166,75); }

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