Html Css Color HEX #D8AE4B Rob Roy

📋 copy color: '#D8AE4B'

red 216 ◦ green 174 ◦ blue 75

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

Shades of Rob Roy #D8AE4B

Tints of Rob Roy #D8AE4B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

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

R = 46.45%
G = 37.42%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AE4B (or 0xD8AE4B) is known color: Rob Roy. HEX triplet: D8, AE and 4B. RGB value is (216,174,75). Sum of RGB (Red+Green+Blue) = 216+174+75=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AE4B is #2751B4. Grayscale: #AFAFAF. Windows color (decimal): -2576821 or 4959960. OLE color: 4959960.

HSL color Cylindrical-coordinate representation of color #D8AE4B: hue angle of 42.13º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8AE4B is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 75 -
CMYK 0 0.19 0.65 0.15
HSL 42.13º 0.64% 0.57% -
HSV(B) 42.13º 0.65% 0.85% -
XYZ 44.72 45.38 13.06 -
YUV 175.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 216 174 75 0 0.19 0.65 0.15 42.13 0.64 0.57
Hex D8 AE 4B 0 13 41 F 2A 40 39
Octal 330 256 113 0 23 101 17 52 100 71
Binary 11011000 10101110 1001011 0 10011 1000001 1111 101010 1000000 111001

Color Harmonies of #D8AE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE4B

Black with #D8AE4B

Text Example


Text Example

White with #D8AE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE4B; }

 p { color: rgb(216,174,75); }

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

background-color css

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

 a { background-color: rgb(216,174,75); }

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

border-color css

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

 span { border-color: rgb(216,174,75); }

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