Html Css Color HEX #C28805 Dark Goldenrod

📋 copy color: '#C28805'

red 194 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #C28805

Tints of Dark Goldenrod #C28805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 57.91%
G = 40.6%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C28805 (or 0xC28805) is known color: Dark Goldenrod. HEX triplet: C2, 88 and 05. RGB value is (194,136,5). Sum of RGB (Red+Green+Blue) = 194+136+5=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C28805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28805 is #3D77FA. Grayscale: #8A8A8A. Windows color (decimal): -4028411 or 362690. OLE color: 362690.

HSL color Cylindrical-coordinate representation of color #C28805: hue angle of 41.59º degrees, saturation: 0.95, 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 #C28805 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 5 -
CMYK 0 0.30 0.97 0.24
HSL 41.59º 0.95% 0.39% -
HSV(B) 41.59º 0.97% 0.76% -
XYZ 31.08 29.09 4.12 -
YUV 138.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 194 136 5 0 0.30 0.97 0.24 41.59 0.95 0.39
Hex C2 88 5 0 1E 61 18 2A 5F 27
Octal 302 210 5 0 36 141 30 52 137 47
Binary 11000010 10001000 101 0 11110 1100001 11000 101010 1011111 100111

Color Harmonies of #C28805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28805

Black with #C28805

Text Example


Text Example

White with #C28805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28805; }

 p { color: rgb(194,136,5); }

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

background-color css

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

 a { background-color: rgb(194,136,5); }

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

border-color css

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

 span { border-color: rgb(194,136,5); }

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