Html Css Color HEX #C88306 Dark Goldenrod

📋 copy color: '#C88306'

red 200 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #C88306

Tints of Dark Goldenrod #C88306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 59.35%
G = 38.87%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C88306 (or 0xC88306) is known color: Dark Goldenrod. HEX triplet: C8, 83 and 06. RGB value is (200,131,6). Sum of RGB (Red+Green+Blue) = 200+131+6=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C88306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88306 is #377CF9. Grayscale: #898989. Windows color (decimal): -3636474 or 426952. OLE color: 426952.

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

Color convert

RGB 200 131 6 -
CMYK 0 0.34 0.97 0.22
HSL 38.66º 0.94% 0.4% -
HSV(B) 38.66º 0.97% 0.78% -
XYZ 31.97 28.53 3.99 -
YUV 137.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 200 131 6 0 0.34 0.97 0.22 38.66 0.94 0.4
Hex C8 83 6 0 22 61 16 27 5E 28
Octal 310 203 6 0 42 141 26 47 136 50
Binary 11001000 10000011 110 0 100010 1100001 10110 100111 1011110 101000

Color Harmonies of #C88306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88306

Black with #C88306

Text Example


Text Example

White with #C88306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88306; }

 p { color: rgb(200,131,6); }

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

background-color css

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

 a { background-color: rgb(200,131,6); }

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

border-color css

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

 span { border-color: rgb(200,131,6); }

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