Html Css Color HEX #C38802 Dark Goldenrod

📋 copy color: '#C38802'

red 195 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #C38802

Tints of Dark Goldenrod #C38802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 58.56%
G = 40.84%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C38802 (or 0xC38802) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 02. RGB value is (195,136,2). Sum of RGB (Red+Green+Blue) = 195+136+2=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C38802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38802 is #3C77FD. Grayscale: #8A8A8A. Windows color (decimal): -3962878 or 166083. OLE color: 166083.

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

Color convert

RGB 195 136 2 -
CMYK 0 0.30 0.99 0.24
HSL 41.66º 0.98% 0.39% -
HSV(B) 41.66º 0.99% 0.76% -
XYZ 31.32 29.21 4.05 -
YUV 138.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 195 136 2 0 0.30 0.99 0.24 41.66 0.98 0.39
Hex C3 88 2 0 1E 63 18 2A 62 27
Octal 303 210 2 0 36 143 30 52 142 47
Binary 11000011 10001000 10 0 11110 1100011 11000 101010 1100010 100111

Color Harmonies of #C38802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38802

Black with #C38802

Text Example


Text Example

White with #C38802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38802; }

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

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

background-color css

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

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

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

border-color css

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

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

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