Html Css Color HEX #C78A0F Dark Goldenrod

📋 copy color: '#C78A0F'

red 199 ◦ green 138 ◦ blue 15

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

Shades of Dark Goldenrod #C78A0F

Tints of Dark Goldenrod #C78A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 56.53%
G = 39.2%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C78A0F (or 0xC78A0F) is known color: Dark Goldenrod. HEX triplet: C7, 8A and 0F. RGB value is (199,138,15). Sum of RGB (Red+Green+Blue) = 199+138+15=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78A0F is #3875F0. Grayscale: #8E8E8E. Windows color (decimal): -3700209 or 1018567. OLE color: 1018567.

HSL color Cylindrical-coordinate representation of color #C78A0F: hue angle of 40.11º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C78A0F is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 138 15 -
CMYK 0 0.31 0.92 0.22
HSL 40.11º 0.86% 0.42% -
HSV(B) 40.11º 0.92% 0.78% -
XYZ 32.73 30.35 4.59 -
YUV 142.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 199 138 15 0 0.31 0.92 0.22 40.11 0.86 0.42
Hex C7 8A F 0 1F 5C 16 28 56 2A
Octal 307 212 17 0 37 134 26 50 126 52
Binary 11000111 10001010 1111 0 11111 1011100 10110 101000 1010110 101010

Color Harmonies of #C78A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78A0F

Black with #C78A0F

Text Example


Text Example

White with #C78A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78A0F; }

 p { color: rgb(199,138,15); }

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

background-color css

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

 a { background-color: rgb(199,138,15); }

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

border-color css

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

 span { border-color: rgb(199,138,15); }

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