Html Css Color HEX #C97302 Dark Goldenrod

📋 copy color: '#C97302'

red 201 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #C97302

Tints of Dark Goldenrod #C97302

RGB

 RED value IS 201 (78.91% from 255) = 63.21%

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 63.21%
G = 36.16%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C97302 (or 0xC97302) is known color: Dark Goldenrod. HEX triplet: C9, 73 and 02. RGB value is (201,115,2). Sum of RGB (Red+Green+Blue) = 201+115+2=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C97302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97302 is #368CFD. Grayscale: #808080. Windows color (decimal): -3575038 or 160713. OLE color: 160713.

HSL color Cylindrical-coordinate representation of color #C97302: hue angle of 34.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C97302 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 2 -
CMYK 0 0.43 0.99 0.21
HSL 34.07º 0.98% 0.4% -
HSV(B) 34.07º 0.99% 0.79% -
XYZ 30.23 24.68 3.23 -
YUV 127.83 56.99 180.19 -
System Red Green Blue C M Y K H S L
Decimal 201 115 2 0 0.43 0.99 0.21 34.07 0.98 0.4
Hex C9 73 2 0 2B 63 15 22 62 28
Octal 311 163 2 0 53 143 25 42 142 50
Binary 11001001 1110011 10 0 101011 1100011 10101 100010 1100010 101000

Color Harmonies of #C97302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97302

Black with #C97302

Text Example


Text Example

White with #C97302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97302; }

 p { color: rgb(201,115,2); }

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

background-color css

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

 a { background-color: rgb(201,115,2); }

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

border-color css

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

 span { border-color: rgb(201,115,2); }

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