Html Css Color HEX #C88407 Dark Goldenrod

📋 copy color: '#C88407'

red 200 ◦ green 132 ◦ blue 7

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

Shades of Dark Goldenrod #C88407

Tints of Dark Goldenrod #C88407

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 59%
G = 38.94%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C88407 (or 0xC88407) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 07. RGB value is (200,132,7). Sum of RGB (Red+Green+Blue) = 200+132+7=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C88407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88407 is #377BF8. Grayscale: #8A8A8A. Windows color (decimal): -3636217 or 492744. OLE color: 492744.

HSL color Cylindrical-coordinate representation of color #C88407: hue angle of 38.86º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C88407 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 7 -
CMYK 0 0.34 0.96 0.22
HSL 38.86º 0.93% 0.41% -
HSV(B) 38.86º 0.97% 0.78% -
XYZ 32.11 28.8 4.07 -
YUV 138.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 200 132 7 0 0.34 0.96 0.22 38.86 0.93 0.41
Hex C8 84 7 0 22 60 16 27 5D 29
Octal 310 204 7 0 42 140 26 47 135 51
Binary 11001000 10000100 111 0 100010 1100000 10110 100111 1011101 101001

Color Harmonies of #C88407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88407

Black with #C88407

Text Example


Text Example

White with #C88407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88407; }

 p { color: rgb(200,132,7); }

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

background-color css

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

 a { background-color: rgb(200,132,7); }

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

border-color css

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

 span { border-color: rgb(200,132,7); }

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