Html Css Color HEX #C97405 Dark Goldenrod

📋 copy color: '#C97405'

red 201 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #C97405

Tints of Dark Goldenrod #C97405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 62.42%
G = 36.02%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97405 (or 0xC97405) is known color: Dark Goldenrod. HEX triplet: C9, 74 and 05. RGB value is (201,116,5). Sum of RGB (Red+Green+Blue) = 201+116+5=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C97405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97405 is #368BFA. Grayscale: #818181. Windows color (decimal): -3574779 or 357577. OLE color: 357577.

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

Color convert

RGB 201 116 5 -
CMYK 0 0.42 0.98 0.21
HSL 33.98º 0.95% 0.4% -
HSV(B) 33.98º 0.98% 0.79% -
XYZ 30.36 24.92 3.35 -
YUV 128.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 201 116 5 0 0.42 0.98 0.21 33.98 0.95 0.4
Hex C9 74 5 0 2A 62 15 22 5F 28
Octal 311 164 5 0 52 142 25 42 137 50
Binary 11001001 1110100 101 0 101010 1100010 10101 100010 1011111 101000

Color Harmonies of #C97405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97405

Black with #C97405

Text Example


Text Example

White with #C97405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97405; }

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

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

background-color css

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

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

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

border-color css

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

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

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