Html Css Color HEX #C38008 Dark Goldenrod

📋 copy color: '#C38008'

red 195 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C38008

Tints of Dark Goldenrod #C38008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 58.91%
G = 38.67%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C38008 (or 0xC38008) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 08. RGB value is (195,128,8). Sum of RGB (Red+Green+Blue) = 195+128+8=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C38008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38008 is #3C7FF7. Grayscale: #868686. Windows color (decimal): -3964920 or 557251. OLE color: 557251.

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

Color convert

RGB 195 128 8 -
CMYK 0 0.34 0.96 0.24
HSL 38.5º 0.92% 0.4% -
HSV(B) 38.5º 0.96% 0.76% -
XYZ 30.27 27.06 3.86 -
YUV 134.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 195 128 8 0 0.34 0.96 0.24 38.5 0.92 0.4
Hex C3 80 8 0 22 60 18 27 5C 28
Octal 303 200 10 0 42 140 30 47 134 50
Binary 11000011 10000000 1000 0 100010 1100000 11000 100111 1011100 101000

Color Harmonies of #C38008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38008

Black with #C38008

Text Example


Text Example

White with #C38008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38008; }

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

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

background-color css

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

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

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

border-color css

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

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

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