Html Css Color HEX #D7A24B Rob Roy

📋 copy color: '#D7A24B'

red 215 ◦ green 162 ◦ blue 75

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

Shades of Rob Roy #D7A24B

Tints of Rob Roy #D7A24B

RGB

 RED value IS 215 (84.38% from 255) = 47.57%

 GREEN value IS 162 (63.67% from 255) = 35.84%

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

R = 47.57%
G = 35.84%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7A24B (or 0xD7A24B) is known color: Rob Roy. HEX triplet: D7, A2 and 4B. RGB value is (215,162,75). Sum of RGB (Red+Green+Blue) = 215+162+75=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A24B is #285DB4. Grayscale: #A8A8A8. Windows color (decimal): -2645429 or 4956887. OLE color: 4956887.

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

Color convert

RGB 215 162 75 -
CMYK 0 0.25 0.65 0.16
HSL 37.29º 0.64% 0.57% -
HSV(B) 37.29º 0.65% 0.84% -
XYZ 42.21 40.8 12.31 -
YUV 167.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 215 162 75 0 0.25 0.65 0.16 37.29 0.64 0.57
Hex D7 A2 4B 0 19 41 10 25 40 39
Octal 327 242 113 0 31 101 20 45 100 71
Binary 11010111 10100010 1001011 0 11001 1000001 10000 100101 1000000 111001

Color Harmonies of #D7A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A24B

Black with #D7A24B

Text Example


Text Example

White with #D7A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A24B; }

 p { color: rgb(215,162,75); }

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

background-color css

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

 a { background-color: rgb(215,162,75); }

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

border-color css

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

 span { border-color: rgb(215,162,75); }

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