Html Css Color HEX #D6B24C Rob Roy

📋 copy color: '#D6B24C'

red 214 ◦ green 178 ◦ blue 76

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

Shades of Rob Roy #D6B24C

Tints of Rob Roy #D6B24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 76 (30.08% from 255) = 16.24%

R = 45.73%
G = 38.03%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B24C (or 0xD6B24C) is known color: Rob Roy. HEX triplet: D6, B2 and 4C. RGB value is (214,178,76). Sum of RGB (Red+Green+Blue) = 214+178+76=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B24C is #294DB3. Grayscale: #B1B1B1. Windows color (decimal): -2706868 or 5026518. OLE color: 5026518.

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

Color convert

RGB 214 178 76 -
CMYK 0 0.17 0.64 0.16
HSL 44.35º 0.63% 0.57% -
HSV(B) 44.35º 0.64% 0.84% -
XYZ 44.96 46.66 13.47 -
YUV 177.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 214 178 76 0 0.17 0.64 0.16 44.35 0.63 0.57
Hex D6 B2 4C 0 11 40 10 2C 3F 39
Octal 326 262 114 0 21 100 20 54 77 71
Binary 11010110 10110010 1001100 0 10001 1000000 10000 101100 111111 111001

Color Harmonies of #D6B24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B24C

Black with #D6B24C

Text Example


Text Example

White with #D6B24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B24C; }

 p { color: rgb(214,178,76); }

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

background-color css

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

 a { background-color: rgb(214,178,76); }

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

border-color css

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

 span { border-color: rgb(214,178,76); }

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