Html Css Color HEX #D6A24B Rob Roy

📋 copy color: '#D6A24B'

red 214 ◦ green 162 ◦ blue 75

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

Shades of Rob Roy #D6A24B

Tints of Rob Roy #D6A24B

RGB

 RED value IS 214 (83.98% from 255) = 47.45%

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

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

R = 47.45%
G = 35.92%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6A24B (or 0xD6A24B) is known color: Rob Roy. HEX triplet: D6, A2 and 4B. RGB value is (214,162,75). Sum of RGB (Red+Green+Blue) = 214+162+75=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A24B is #295DB4. Grayscale: #A8A8A8. Windows color (decimal): -2710965 or 4956886. OLE color: 4956886.

HSL color Cylindrical-coordinate representation of color #D6A24B: hue angle of 37.55º degrees, saturation: 0.63, 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 #D6A24B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 162 75 -
CMYK 0 0.24 0.65 0.16
HSL 37.55º 0.63% 0.57% -
HSV(B) 37.55º 0.65% 0.84% -
XYZ 41.92 40.64 12.29 -
YUV 167.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 214 162 75 0 0.24 0.65 0.16 37.55 0.63 0.57
Hex D6 A2 4B 0 18 41 10 26 3F 39
Octal 326 242 113 0 30 101 20 46 77 71
Binary 11010110 10100010 1001011 0 11000 1000001 10000 100110 111111 111001

Color Harmonies of #D6A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A24B

Black with #D6A24B

Text Example


Text Example

White with #D6A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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