Html Css Color HEX #C38502 Dark Goldenrod

📋 copy color: '#C38502'

red 195 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C38502

Tints of Dark Goldenrod #C38502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 59.09%
G = 40.3%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C38502 (or 0xC38502) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 02. RGB value is (195,133,2). Sum of RGB (Red+Green+Blue) = 195+133+2=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C38502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38502 is #3C7AFD. Grayscale: #898989. Windows color (decimal): -3963646 or 165315. OLE color: 165315.

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

Color convert

RGB 195 133 2 -
CMYK 0 0.32 0.99 0.24
HSL 40.73º 0.98% 0.39% -
HSV(B) 40.73º 0.99% 0.76% -
XYZ 30.9 28.38 3.91 -
YUV 136.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 195 133 2 0 0.32 0.99 0.24 40.73 0.98 0.39
Hex C3 85 2 0 20 63 18 29 62 27
Octal 303 205 2 0 40 143 30 51 142 47
Binary 11000011 10000101 10 0 100000 1100011 11000 101001 1100010 100111

Color Harmonies of #C38502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38502

Black with #C38502

Text Example


Text Example

White with #C38502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38502; }

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

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

background-color css

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

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

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

border-color css

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

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

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