Html Css Color HEX #C38204 Dark Goldenrod

📋 copy color: '#C38204'

red 195 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #C38204

Tints of Dark Goldenrod #C38204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 59.27%
G = 39.51%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C38204 (or 0xC38204) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 04. RGB value is (195,130,4). Sum of RGB (Red+Green+Blue) = 195+130+4=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38204 is #3C7DFB. Grayscale: #878787. Windows color (decimal): -3964412 or 295619. OLE color: 295619.

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

Color convert

RGB 195 130 4 -
CMYK 0 0.33 0.98 0.24
HSL 39.58º 0.96% 0.39% -
HSV(B) 39.58º 0.98% 0.76% -
XYZ 30.51 27.58 3.83 -
YUV 135.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 195 130 4 0 0.33 0.98 0.24 39.58 0.96 0.39
Hex C3 82 4 0 21 62 18 28 60 27
Octal 303 202 4 0 41 142 30 50 140 47
Binary 11000011 10000010 100 0 100001 1100010 11000 101000 1100000 100111

Color Harmonies of #C38204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38204

Black with #C38204

Text Example


Text Example

White with #C38204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38204; }

 p { color: rgb(195,130,4); }

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

background-color css

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

 a { background-color: rgb(195,130,4); }

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

border-color css

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

 span { border-color: rgb(195,130,4); }

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