Html Css Color HEX #D06C2F Gold Drop

📋 copy color: '#D06C2F'

red 208 ◦ green 108 ◦ blue 47

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

Shades of Gold Drop #D06C2F

Tints of Gold Drop #D06C2F

RGB

 RED value IS 208 (81.64% from 255) = 57.3%

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 57.3%
G = 29.75%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D06C2F (or 0xD06C2F) is known color: Gold Drop. HEX triplet: D0, 6C and 2F. RGB value is (208,108,47). Sum of RGB (Red+Green+Blue) = 208+108+47=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C2F is #2F93D0. Grayscale: #838383. Windows color (decimal): -3118033 or 3108048. OLE color: 3108048.

HSL color Cylindrical-coordinate representation of color #D06C2F: hue angle of 22.73º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D06C2F is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 47 -
CMYK 0 0.48 0.77 0.18
HSL 22.73º 0.63% 0.5% -
HSV(B) 22.73º 0.77% 0.82% -
XYZ 31.89 24.34 5.71 -
YUV 130.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 208 108 47 0 0.48 0.77 0.18 22.73 0.63 0.5
Hex D0 6C 2F 0 30 4D 12 17 3F 32
Octal 320 154 57 0 60 115 22 27 77 62
Binary 11010000 1101100 101111 0 110000 1001101 10010 10111 111111 110010

Color Harmonies of #D06C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C2F

Black with #D06C2F

Text Example


Text Example

White with #D06C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C2F; }

 p { color: rgb(208,108,47); }

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

background-color css

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

 a { background-color: rgb(208,108,47); }

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

border-color css

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

 span { border-color: rgb(208,108,47); }

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