Html Css Color HEX #C88C04 Dark Goldenrod

📋 copy color: '#C88C04'

red 200 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #C88C04

Tints of Dark Goldenrod #C88C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 58.14%
G = 40.7%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C88C04 (or 0xC88C04) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 04. RGB value is (200,140,4). Sum of RGB (Red+Green+Blue) = 200+140+4=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C04 is #3773FB. Grayscale: #8F8F8F. Windows color (decimal): -3634172 or 298184. OLE color: 298184.

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

Color convert

RGB 200 140 4 -
CMYK 0 0.3 0.98 0.22
HSL 41.63º 0.96% 0.4% -
HSV(B) 41.63º 0.98% 0.78% -
XYZ 33.22 31.04 4.36 -
YUV 142.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 200 140 4 0 0.3 0.98 0.22 41.63 0.96 0.4
Hex C8 8C 4 0 1E 62 16 2A 60 28
Octal 310 214 4 0 36 142 26 52 140 50
Binary 11001000 10001100 100 0 11110 1100010 10110 101010 1100000 101000

Color Harmonies of #C88C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C04

Black with #C88C04

Text Example


Text Example

White with #C88C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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