Html Css Color HEX #C88B0D Dark Goldenrod

📋 copy color: '#C88B0D'

red 200 ◦ green 139 ◦ blue 13

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

Shades of Dark Goldenrod #C88B0D

Tints of Dark Goldenrod #C88B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.69%

R = 56.82%
G = 39.49%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C88B0D (or 0xC88B0D) is known color: Dark Goldenrod. HEX triplet: C8, 8B and 0D. RGB value is (200,139,13). Sum of RGB (Red+Green+Blue) = 200+139+13=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B0D is #3774F2. Grayscale: #8F8F8F. Windows color (decimal): -3634419 or 887752. OLE color: 887752.

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

Color convert

RGB 200 139 13 -
CMYK 0 0.30 0.94 0.22
HSL 40.43º 0.88% 0.42% -
HSV(B) 40.43º 0.94% 0.78% -
XYZ 33.12 30.77 4.57 -
YUV 142.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 200 139 13 0 0.30 0.94 0.22 40.43 0.88 0.42
Hex C8 8B D 0 1E 5E 16 28 58 2A
Octal 310 213 15 0 36 136 26 50 130 52
Binary 11001000 10001011 1101 0 11110 1011110 10110 101000 1011000 101010

Color Harmonies of #C88B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B0D

Black with #C88B0D

Text Example


Text Example

White with #C88B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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