Html Css Color HEX #C7900C Dark Goldenrod

📋 copy color: '#C7900C'

red 199 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #C7900C

Tints of Dark Goldenrod #C7900C

RGB

 RED value IS 199 (78.13% from 255) = 56.06%

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 56.06%
G = 40.56%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7900C (or 0xC7900C) is known color: Dark Goldenrod. HEX triplet: C7, 90 and 0C. RGB value is (199,144,12). Sum of RGB (Red+Green+Blue) = 199+144+12=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7900C is #386FF3. Grayscale: #919191. Windows color (decimal): -3698676 or 823495. OLE color: 823495.

HSL color Cylindrical-coordinate representation of color #C7900C: hue angle of 42.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7900C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 12 -
CMYK 0 0.28 0.94 0.22
HSL 42.35º 0.89% 0.41% -
HSV(B) 42.35º 0.94% 0.78% -
XYZ 33.59 32.12 4.78 -
YUV 145.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 199 144 12 0 0.28 0.94 0.22 42.35 0.89 0.41
Hex C7 90 C 0 1C 5E 16 2A 59 29
Octal 307 220 14 0 34 136 26 52 131 51
Binary 11000111 10010000 1100 0 11100 1011110 10110 101010 1011001 101001

Color Harmonies of #C7900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7900C

Black with #C7900C

Text Example


Text Example

White with #C7900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7900C; }

 p { color: rgb(199,144,12); }

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

background-color css

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

 a { background-color: rgb(199,144,12); }

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

border-color css

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

 span { border-color: rgb(199,144,12); }

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