Html Css Color HEX #C88611 Dark Goldenrod

📋 copy color: '#C88611'

red 200 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #C88611

Tints of Dark Goldenrod #C88611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 56.98%
G = 38.18%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C88611 (or 0xC88611) is known color: Dark Goldenrod. HEX triplet: C8, 86 and 11. RGB value is (200,134,17). Sum of RGB (Red+Green+Blue) = 200+134+17=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C88611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88611 is #3779EE. Grayscale: #8C8C8C. Windows color (decimal): -3635695 or 1148616. OLE color: 1148616.

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

Color convert

RGB 200 134 17 -
CMYK 0 0.33 0.92 0.22
HSL 38.36º 0.84% 0.43% -
HSV(B) 38.36º 0.92% 0.78% -
XYZ 32.45 29.37 4.49 -
YUV 140.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 200 134 17 0 0.33 0.92 0.22 38.36 0.84 0.43
Hex C8 86 11 0 21 5C 16 26 54 2B
Octal 310 206 21 0 41 134 26 46 124 53
Binary 11001000 10000110 10001 0 100001 1011100 10110 100110 1010100 101011

Color Harmonies of #C88611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88611

Black with #C88611

Text Example


Text Example

White with #C88611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88611; }

 p { color: rgb(200,134,17); }

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

background-color css

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

 a { background-color: rgb(200,134,17); }

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

border-color css

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

 span { border-color: rgb(200,134,17); }

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