Html Css Color HEX #C88105 Dark Goldenrod

📋 copy color: '#C88105'

red 200 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #C88105

Tints of Dark Goldenrod #C88105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 59.88%
G = 38.62%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C88105 (or 0xC88105) is known color: Dark Goldenrod. HEX triplet: C8, 81 and 05. RGB value is (200,129,5). Sum of RGB (Red+Green+Blue) = 200+129+5=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C88105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88105 is #377EFA. Grayscale: #888888. Windows color (decimal): -3636987 or 360904. OLE color: 360904.

HSL color Cylindrical-coordinate representation of color #C88105: hue angle of 38.15º degrees, saturation: 0.95, 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 #C88105 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 5 -
CMYK 0 0.36 0.98 0.22
HSL 38.15º 0.95% 0.4% -
HSV(B) 38.15º 0.98% 0.78% -
XYZ 31.7 27.99 3.88 -
YUV 136.09 54.02 173.58 -
System Red Green Blue C M Y K H S L
Decimal 200 129 5 0 0.36 0.98 0.22 38.15 0.95 0.4
Hex C8 81 5 0 24 62 16 26 5F 28
Octal 310 201 5 0 44 142 26 46 137 50
Binary 11001000 10000001 101 0 100100 1100010 10110 100110 1011111 101000

Color Harmonies of #C88105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88105

Black with #C88105

Text Example


Text Example

White with #C88105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88105; }

 p { color: rgb(200,129,5); }

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

background-color css

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

 a { background-color: rgb(200,129,5); }

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

border-color css

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

 span { border-color: rgb(200,129,5); }

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