Html Css Color HEX #D6B64F Rob Roy

📋 copy color: '#D6B64F'

red 214 ◦ green 182 ◦ blue 79

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

Shades of Rob Roy #D6B64F

Tints of Rob Roy #D6B64F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.32%

 BLUE value IS 79 (31.25% from 255) = 16.63%

R = 45.05%
G = 38.32%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6B64F (or 0xD6B64F) is known color: Rob Roy. HEX triplet: D6, B6 and 4F. RGB value is (214,182,79). Sum of RGB (Red+Green+Blue) = 214+182+79=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B64F is #2949B0. Grayscale: #B4B4B4. Windows color (decimal): -2705841 or 5224150. OLE color: 5224150.

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

Color convert

RGB 214 182 79 -
CMYK 0 0.15 0.63 0.16
HSL 45.78º 0.62% 0.57% -
HSV(B) 45.78º 0.63% 0.84% -
XYZ 45.87 48.32 14.31 -
YUV 179.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 214 182 79 0 0.15 0.63 0.16 45.78 0.62 0.57
Hex D6 B6 4F 0 F 3F 10 2E 3E 39
Octal 326 266 117 0 17 77 20 56 76 71
Binary 11010110 10110110 1001111 0 1111 111111 10000 101110 111110 111001

Color Harmonies of #D6B64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B64F

Black with #D6B64F

Text Example


Text Example

White with #D6B64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B64F; }

 p { color: rgb(214,182,79); }

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

background-color css

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

 a { background-color: rgb(214,182,79); }

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

border-color css

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

 span { border-color: rgb(214,182,79); }

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