Html Css Color HEX #C8800F Dark Goldenrod

📋 copy color: '#C8800F'

red 200 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #C8800F

Tints of Dark Goldenrod #C8800F

RGB

 RED value IS 200 (78.52% from 255) = 58.31%

 GREEN value IS 128 (50.39% from 255) = 37.32%

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

R = 58.31%
G = 37.32%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8800F (or 0xC8800F) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 0F. RGB value is (200,128,15). Sum of RGB (Red+Green+Blue) = 200+128+15=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8800F is #377FF0. Grayscale: #898989. Windows color (decimal): -3637233 or 1016008. OLE color: 1016008.

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

Color convert

RGB 200 128 15 -
CMYK 0 0.36 0.92 0.22
HSL 36.65º 0.86% 0.42% -
HSV(B) 36.65º 0.93% 0.78% -
XYZ 31.62 27.75 4.14 -
YUV 136.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 200 128 15 0 0.36 0.92 0.22 36.65 0.86 0.42
Hex C8 80 F 0 24 5C 16 25 56 2A
Octal 310 200 17 0 44 134 26 45 126 52
Binary 11001000 10000000 1111 0 100100 1011100 10110 100101 1010110 101010

Color Harmonies of #C8800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8800F

Black with #C8800F

Text Example


Text Example

White with #C8800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8800F; }

 p { color: rgb(200,128,15); }

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

background-color css

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

 a { background-color: rgb(200,128,15); }

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

border-color css

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

 span { border-color: rgb(200,128,15); }

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