Html Css Color HEX #C78F0C Dark Goldenrod

📋 copy color: '#C78F0C'

red 199 ◦ green 143 ◦ blue 12

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

Shades of Dark Goldenrod #C78F0C

Tints of Dark Goldenrod #C78F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 56.21%
G = 40.4%
B = 3.39%

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

#C78F0C (or 0xC78F0C) is known color: Dark Goldenrod. HEX triplet: C7, 8F and 0C. RGB value is (199,143,12). Sum of RGB (Red+Green+Blue) = 199+143+12=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78F0C is #3870F3. Grayscale: #919191. Windows color (decimal): -3698932 or 823239. OLE color: 823239.

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

Color convert

RGB 199 143 12 -
CMYK 0 0.28 0.94 0.22
HSL 42.03º 0.89% 0.41% -
HSV(B) 42.03º 0.94% 0.78% -
XYZ 33.44 31.81 4.73 -
YUV 144.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 199 143 12 0 0.28 0.94 0.22 42.03 0.89 0.41
Hex C7 8F C 0 1C 5E 16 2A 59 29
Octal 307 217 14 0 34 136 26 52 131 51
Binary 11000111 10001111 1100 0 11100 1011110 10110 101010 1011001 101001

Color Harmonies of #C78F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78F0C

Black with #C78F0C

Text Example


Text Example

White with #C78F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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