Html Css Color HEX #C7890C Dark Goldenrod

📋 copy color: '#C7890C'

red 199 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #C7890C

Tints of Dark Goldenrod #C7890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 57.18%
G = 39.37%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7890C (or 0xC7890C) is known color: Dark Goldenrod. HEX triplet: C7, 89 and 0C. RGB value is (199,137,12). Sum of RGB (Red+Green+Blue) = 199+137+12=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7890C is #3876F3. Grayscale: #8D8D8D. Windows color (decimal): -3700468 or 821703. OLE color: 821703.

HSL color Cylindrical-coordinate representation of color #C7890C: hue angle of 40.11º 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 #C7890C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 137 12 -
CMYK 0 0.31 0.94 0.22
HSL 40.11º 0.89% 0.41% -
HSV(B) 40.11º 0.94% 0.78% -
XYZ 32.57 30.06 4.43 -
YUV 141.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 199 137 12 0 0.31 0.94 0.22 40.11 0.89 0.41
Hex C7 89 C 0 1F 5E 16 28 59 29
Octal 307 211 14 0 37 136 26 50 131 51
Binary 11000111 10001001 1100 0 11111 1011110 10110 101000 1011001 101001

Color Harmonies of #C7890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7890C

Black with #C7890C

Text Example


Text Example

White with #C7890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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