Html Css Color HEX #C28C06 Dark Goldenrod

📋 copy color: '#C28C06'

red 194 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #C28C06

Tints of Dark Goldenrod #C28C06

RGB

 RED value IS 194 (76.17% from 255) = 57.06%

 GREEN value IS 140 (55.08% from 255) = 41.18%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 57.06%
G = 41.18%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C28C06 (or 0xC28C06) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 06. RGB value is (194,140,6). Sum of RGB (Red+Green+Blue) = 194+140+6=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C06 is #3D73F9. Grayscale: #8D8D8D. Windows color (decimal): -4027386 or 429250. OLE color: 429250.

HSL color Cylindrical-coordinate representation of color #C28C06: hue angle of 42.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28C06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 6 -
CMYK 0 0.28 0.97 0.24
HSL 42.77º 0.94% 0.39% -
HSV(B) 42.77º 0.97% 0.76% -
XYZ 31.66 30.24 4.34 -
YUV 140.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 194 140 6 0 0.28 0.97 0.24 42.77 0.94 0.39
Hex C2 8C 6 0 1C 61 18 2B 5E 27
Octal 302 214 6 0 34 141 30 53 136 47
Binary 11000010 10001100 110 0 11100 1100001 11000 101011 1011110 100111

Color Harmonies of #C28C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C06

Black with #C28C06

Text Example


Text Example

White with #C28C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C06; }

 p { color: rgb(194,140,6); }

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

background-color css

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

 a { background-color: rgb(194,140,6); }

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

border-color css

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

 span { border-color: rgb(194,140,6); }

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