Html Css Color HEX #C28808 Dark Goldenrod

📋 copy color: '#C28808'

red 194 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #C28808

Tints of Dark Goldenrod #C28808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 57.4%
G = 40.24%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C28808 (or 0xC28808) is known color: Dark Goldenrod. HEX triplet: C2, 88 and 08. RGB value is (194,136,8). Sum of RGB (Red+Green+Blue) = 194+136+8=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C28808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28808 is #3D77F7. Grayscale: #8B8B8B. Windows color (decimal): -4028408 or 559298. OLE color: 559298.

HSL color Cylindrical-coordinate representation of color #C28808: hue angle of 41.29º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C28808 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 8 -
CMYK 0 0.30 0.96 0.24
HSL 41.29º 0.92% 0.4% -
HSV(B) 41.29º 0.96% 0.76% -
XYZ 31.1 29.1 4.21 -
YUV 138.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 194 136 8 0 0.30 0.96 0.24 41.29 0.92 0.4
Hex C2 88 8 0 1E 60 18 29 5C 28
Octal 302 210 10 0 36 140 30 51 134 50
Binary 11000010 10001000 1000 0 11110 1100000 11000 101001 1011100 101000

Color Harmonies of #C28808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28808

Black with #C28808

Text Example


Text Example

White with #C28808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28808; }

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

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

background-color css

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

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

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

border-color css

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

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

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