Html Css Color HEX #C38402 Dark Goldenrod

📋 copy color: '#C38402'

red 195 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #C38402

Tints of Dark Goldenrod #C38402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 59.27%
G = 40.12%
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

#C38402 (or 0xC38402) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 02. RGB value is (195,132,2). Sum of RGB (Red+Green+Blue) = 195+132+2=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38402 is #3C7BFD. Grayscale: #888888. Windows color (decimal): -3963902 or 165059. OLE color: 165059.

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

Color convert

RGB 195 132 2 -
CMYK 0 0.32 0.99 0.24
HSL 40.41º 0.98% 0.39% -
HSV(B) 40.41º 0.99% 0.76% -
XYZ 30.77 28.11 3.86 -
YUV 136.02 52.37 170.07 -
System Red Green Blue C M Y K H S L
Decimal 195 132 2 0 0.32 0.99 0.24 40.41 0.98 0.39
Hex C3 84 2 0 20 63 18 28 62 27
Octal 303 204 2 0 40 143 30 50 142 47
Binary 11000011 10000100 10 0 100000 1100011 11000 101000 1100010 100111

Color Harmonies of #C38402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38402

Black with #C38402

Text Example


Text Example

White with #C38402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38402; }

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

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

background-color css

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

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

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

border-color css

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

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

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