Html Css Color HEX #C97402 Dark Goldenrod

📋 copy color: '#C97402'

red 201 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #C97402

Tints of Dark Goldenrod #C97402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 63.01%
G = 36.36%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C97402 (or 0xC97402) is known color: Dark Goldenrod. HEX triplet: C9, 74 and 02. RGB value is (201,116,2). Sum of RGB (Red+Green+Blue) = 201+116+2=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C97402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97402 is #368BFD. Grayscale: #808080. Windows color (decimal): -3574782 or 160969. OLE color: 160969.

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

Color convert

RGB 201 116 2 -
CMYK 0 0.42 0.99 0.21
HSL 34.37º 0.98% 0.4% -
HSV(B) 34.37º 0.99% 0.79% -
XYZ 30.34 24.91 3.27 -
YUV 128.42 56.66 179.77 -
System Red Green Blue C M Y K H S L
Decimal 201 116 2 0 0.42 0.99 0.21 34.37 0.98 0.4
Hex C9 74 2 0 2A 63 15 22 62 28
Octal 311 164 2 0 52 143 25 42 142 50
Binary 11001001 1110100 10 0 101010 1100011 10101 100010 1100010 101000

Color Harmonies of #C97402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97402

Black with #C97402

Text Example


Text Example

White with #C97402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97402; }

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

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

background-color css

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

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

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

border-color css

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

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

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