Html Css Color HEX #C38702 Dark Goldenrod

📋 copy color: '#C38702'

red 195 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #C38702

Tints of Dark Goldenrod #C38702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 58.73%
G = 40.66%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C38702 (or 0xC38702) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 02. RGB value is (195,135,2). Sum of RGB (Red+Green+Blue) = 195+135+2=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C38702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38702 is #3C78FD. Grayscale: #8A8A8A. Windows color (decimal): -3963134 or 165827. OLE color: 165827.

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

Color convert

RGB 195 135 2 -
CMYK 0 0.31 0.99 0.24
HSL 41.35º 0.98% 0.39% -
HSV(B) 41.35º 0.99% 0.76% -
XYZ 31.18 28.93 4 -
YUV 137.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 195 135 2 0 0.31 0.99 0.24 41.35 0.98 0.39
Hex C3 87 2 0 1F 63 18 29 62 27
Octal 303 207 2 0 37 143 30 51 142 47
Binary 11000011 10000111 10 0 11111 1100011 11000 101001 1100010 100111

Color Harmonies of #C38702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38702

Black with #C38702

Text Example


Text Example

White with #C38702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38702; }

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

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

background-color css

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

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

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

border-color css

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

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

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