Html Css Color HEX #C78B00 Dark Goldenrod

📋 copy color: '#C78B00'

red 199 ◦ green 139 ◦ blue 0

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

Shades of Dark Goldenrod #C78B00

Tints of Dark Goldenrod #C78B00

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.88%
G = 41.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C78B00 (or 0xC78B00) is known color: Dark Goldenrod. HEX triplet: C7, 8B and 00. RGB value is (199,139,0). Sum of RGB (Red+Green+Blue) = 199+139+0=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78B00 is #3874FF. Grayscale: #8D8D8D. Windows color (decimal): -3699968 or 35783. OLE color: 35783.

HSL color Cylindrical-coordinate representation of color #C78B00: hue angle of 41.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C78B00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 139 0 -
CMYK 0 0.30 1 0.22
HSL 41.91º 1% 0.39% -
HSV(B) 41.91º 1% 0.78% -
XYZ 32.79 30.61 4.18 -
YUV 141.09 48.38 169.3 -
System Red Green Blue C M Y K H S L
Decimal 199 139 0 0 0.30 1 0.22 41.91 1 0.39
Hex C7 8B 0 0 1E 64 16 2A 64 27
Octal 307 213 0 0 36 144 26 52 144 47
Binary 11000111 10001011 0 0 11110 1100100 10110 101010 1100100 100111

Color Harmonies of #C78B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78B00

Black with #C78B00

Text Example


Text Example

White with #C78B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78B00; }

 p { color: rgb(199,139,0); }

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

background-color css

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

 a { background-color: rgb(199,139,0); }

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

border-color css

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

 span { border-color: rgb(199,139,0); }

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