Html Css Color HEX #D6B24D Rob Roy

📋 copy color: '#D6B24D'

red 214 ◦ green 178 ◦ blue 77

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

Shades of Rob Roy #D6B24D

Tints of Rob Roy #D6B24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.42%

R = 45.63%
G = 37.95%
B = 16.42%

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

#D6B24D (or 0xD6B24D) is known color: Rob Roy. HEX triplet: D6, B2 and 4D. RGB value is (214,178,77). Sum of RGB (Red+Green+Blue) = 214+178+77=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B24D is #294DB2. Grayscale: #B1B1B1. Windows color (decimal): -2706867 or 5092054. OLE color: 5092054.

HSL color Cylindrical-coordinate representation of color #D6B24D: hue angle of 44.23º 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 #D6B24D is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 77 -
CMYK 0 0.17 0.64 0.16
HSL 44.23º 0.63% 0.57% -
HSV(B) 44.23º 0.64% 0.84% -
XYZ 44.99 46.67 13.66 -
YUV 177.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 214 178 77 0 0.17 0.64 0.16 44.23 0.63 0.57
Hex D6 B2 4D 0 11 40 10 2C 3F 39
Octal 326 262 115 0 21 100 20 54 77 71
Binary 11010110 10110010 1001101 0 10001 1000000 10000 101100 111111 111001

Color Harmonies of #D6B24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B24D

Black with #D6B24D

Text Example


Text Example

White with #D6B24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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