Html Css Color HEX #C88B10 Dark Goldenrod

📋 copy color: '#C88B10'

red 200 ◦ green 139 ◦ blue 16

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

Shades of Dark Goldenrod #C88B10

Tints of Dark Goldenrod #C88B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 56.34%
G = 39.15%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C88B10 (or 0xC88B10) is known color: Dark Goldenrod. HEX triplet: C8, 8B and 10. RGB value is (200,139,16). Sum of RGB (Red+Green+Blue) = 200+139+16=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B10 is #3774EF. Grayscale: #8F8F8F. Windows color (decimal): -3634416 or 1084360. OLE color: 1084360.

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

Color convert

RGB 200 139 16 -
CMYK 0 0.30 0.92 0.22
HSL 40.11º 0.85% 0.42% -
HSV(B) 40.11º 0.92% 0.78% -
XYZ 33.15 30.78 4.68 -
YUV 143.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 200 139 16 0 0.30 0.92 0.22 40.11 0.85 0.42
Hex C8 8B 10 0 1E 5C 16 28 55 2A
Octal 310 213 20 0 36 134 26 50 125 52
Binary 11001000 10001011 10000 0 11110 1011100 10110 101000 1010101 101010

Color Harmonies of #C88B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B10

Black with #C88B10

Text Example


Text Example

White with #C88B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B10; }

 p { color: rgb(200,139,16); }

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

background-color css

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

 a { background-color: rgb(200,139,16); }

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

border-color css

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

 span { border-color: rgb(200,139,16); }

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