Html Css Color HEX #C38504 Dark Goldenrod

📋 copy color: '#C38504'

red 195 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #C38504

Tints of Dark Goldenrod #C38504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 58.73%
G = 40.06%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C38504 (or 0xC38504) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 04. RGB value is (195,133,4). Sum of RGB (Red+Green+Blue) = 195+133+4=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C38504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38504 is #3C7AFB. Grayscale: #898989. Windows color (decimal): -3963644 or 296387. OLE color: 296387.

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

Color convert

RGB 195 133 4 -
CMYK 0 0.32 0.98 0.24
HSL 40.52º 0.96% 0.39% -
HSV(B) 40.52º 0.98% 0.76% -
XYZ 30.92 28.39 3.96 -
YUV 136.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 195 133 4 0 0.32 0.98 0.24 40.52 0.96 0.39
Hex C3 85 4 0 20 62 18 29 60 27
Octal 303 205 4 0 40 142 30 51 140 47
Binary 11000011 10000101 100 0 100000 1100010 11000 101001 1100000 100111

Color Harmonies of #C38504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38504

Black with #C38504

Text Example


Text Example

White with #C38504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38504; }

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

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

background-color css

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

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

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

border-color css

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

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

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