Html Css Color HEX #C99407 Dark Goldenrod

📋 copy color: '#C99407'

red 201 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #C99407

Tints of Dark Goldenrod #C99407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 56.46%
G = 41.57%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C99407 (or 0xC99407) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 07. RGB value is (201,148,7). Sum of RGB (Red+Green+Blue) = 201+148+7=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C99407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99407 is #366BF8. Grayscale: #949494. Windows color (decimal): -3566585 or 496841. OLE color: 496841.

HSL color Cylindrical-coordinate representation of color #C99407: hue angle of 43.61º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C99407 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 7 -
CMYK 0 0.26 0.97 0.21
HSL 43.61º 0.93% 0.41% -
HSV(B) 43.61º 0.97% 0.79% -
XYZ 34.72 33.61 4.86 -
YUV 147.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 201 148 7 0 0.26 0.97 0.21 43.61 0.93 0.41
Hex C9 94 7 0 1A 61 15 2C 5D 29
Octal 311 224 7 0 32 141 25 54 135 51
Binary 11001001 10010100 111 0 11010 1100001 10101 101100 1011101 101001

Color Harmonies of #C99407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99407

Black with #C99407

Text Example


Text Example

White with #C99407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99407; }

 p { color: rgb(201,148,7); }

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

background-color css

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

 a { background-color: rgb(201,148,7); }

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

border-color css

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

 span { border-color: rgb(201,148,7); }

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