Html Css Color HEX #C38808 Dark Goldenrod

📋 copy color: '#C38808'

red 195 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #C38808

Tints of Dark Goldenrod #C38808

RGB

 RED value IS 195 (76.56% from 255) = 57.52%

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

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

R = 57.52%
G = 40.12%
B = 2.36%

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

#C38808 (or 0xC38808) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 08. RGB value is (195,136,8). Sum of RGB (Red+Green+Blue) = 195+136+8=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C38808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38808 is #3C77F7. Grayscale: #8B8B8B. Windows color (decimal): -3962872 or 559299. OLE color: 559299.

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

Color convert

RGB 195 136 8 -
CMYK 0 0.30 0.96 0.24
HSL 41.07º 0.92% 0.4% -
HSV(B) 41.07º 0.96% 0.76% -
XYZ 31.35 29.23 4.22 -
YUV 139.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 195 136 8 0 0.30 0.96 0.24 41.07 0.92 0.4
Hex C3 88 8 0 1E 60 18 29 5C 28
Octal 303 210 10 0 36 140 30 51 134 50
Binary 11000011 10001000 1000 0 11110 1100000 11000 101001 1011100 101000

Color Harmonies of #C38808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38808

Black with #C38808

Text Example


Text Example

White with #C38808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38808; }

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

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

background-color css

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

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

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

border-color css

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

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

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