Html Css Color HEX #C97A03 Dark Goldenrod

📋 copy color: '#C97A03'

red 201 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #C97A03

Tints of Dark Goldenrod #C97A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 61.66%
G = 37.42%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C97A03 (or 0xC97A03) is known color: Dark Goldenrod. HEX triplet: C9, 7A and 03. RGB value is (201,122,3). Sum of RGB (Red+Green+Blue) = 201+122+3=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A03 is #3685FC. Grayscale: #848484. Windows color (decimal): -3573245 or 228041. OLE color: 228041.

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

Color convert

RGB 201 122 3 -
CMYK 0 0.39 0.99 0.21
HSL 36.06º 0.97% 0.4% -
HSV(B) 36.06º 0.99% 0.79% -
XYZ 31.06 26.34 3.53 -
YUV 132.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 201 122 3 0 0.39 0.99 0.21 36.06 0.97 0.4
Hex C9 7A 3 0 27 63 15 24 61 28
Octal 311 172 3 0 47 143 25 44 141 50
Binary 11001001 1111010 11 0 100111 1100011 10101 100100 1100001 101000

Color Harmonies of #C97A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A03

Black with #C97A03

Text Example


Text Example

White with #C97A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A03; }

 p { color: rgb(201,122,3); }

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

background-color css

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

 a { background-color: rgb(201,122,3); }

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

border-color css

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

 span { border-color: rgb(201,122,3); }

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