Html Css Color HEX #C88C16 Dark Goldenrod

📋 copy color: '#C88C16'

red 200 ◦ green 140 ◦ blue 22

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

Shades of Dark Goldenrod #C88C16

Tints of Dark Goldenrod #C88C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 55.25%
G = 38.67%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C88C16 (or 0xC88C16) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 16. RGB value is (200,140,22). Sum of RGB (Red+Green+Blue) = 200+140+22=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C16 is #3773E9. Grayscale: #919191. Windows color (decimal): -3634154 or 1477832. OLE color: 1477832.

HSL color Cylindrical-coordinate representation of color #C88C16: hue angle of 39.78º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C88C16 is Cyan = 0, Magento = 0.3, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 22 -
CMYK 0 0.3 0.89 0.22
HSL 39.78º 0.8% 0.44% -
HSV(B) 39.78º 0.89% 0.78% -
XYZ 33.34 31.09 5 -
YUV 144.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 200 140 22 0 0.3 0.89 0.22 39.78 0.8 0.44
Hex C8 8C 16 0 1E 59 16 28 50 2C
Octal 310 214 26 0 36 131 26 50 120 54
Binary 11001000 10001100 10110 0 11110 1011001 10110 101000 1010000 101100

Color Harmonies of #C88C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C16

Black with #C88C16

Text Example


Text Example

White with #C88C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C16; }

 p { color: rgb(200,140,22); }

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

background-color css

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

 a { background-color: rgb(200,140,22); }

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

border-color css

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

 span { border-color: rgb(200,140,22); }

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