Html Css Color HEX #C88C17 Dark Goldenrod

📋 copy color: '#C88C17'

red 200 ◦ green 140 ◦ blue 23

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

Shades of Dark Goldenrod #C88C17

Tints of Dark Goldenrod #C88C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 55.1%
G = 38.57%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88C17 (or 0xC88C17) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 17. RGB value is (200,140,23). Sum of RGB (Red+Green+Blue) = 200+140+23=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C17 is #3773E8. Grayscale: #919191. Windows color (decimal): -3634153 or 1543368. OLE color: 1543368.

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

Color convert

RGB 200 140 23 -
CMYK 0 0.3 0.88 0.22
HSL 39.66º 0.79% 0.44% -
HSV(B) 39.66º 0.89% 0.78% -
XYZ 33.35 31.1 5.06 -
YUV 144.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 200 140 23 0 0.3 0.88 0.22 39.66 0.79 0.44
Hex C8 8C 17 0 1E 58 16 28 4F 2C
Octal 310 214 27 0 36 130 26 50 117 54
Binary 11001000 10001100 10111 0 11110 1011000 10110 101000 1001111 101100

Color Harmonies of #C88C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C17

Black with #C88C17

Text Example


Text Example

White with #C88C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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