Html Css Color HEX #C88F0D Dark Goldenrod

📋 copy color: '#C88F0D'

red 200 ◦ green 143 ◦ blue 13

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

Shades of Dark Goldenrod #C88F0D

Tints of Dark Goldenrod #C88F0D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

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

R = 56.18%
G = 40.17%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C88F0D (or 0xC88F0D) is known color: Dark Goldenrod. HEX triplet: C8, 8F and 0D. RGB value is (200,143,13). Sum of RGB (Red+Green+Blue) = 200+143+13=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88F0D is #3770F2. Grayscale: #919191. Windows color (decimal): -3633395 or 888776. OLE color: 888776.

HSL color Cylindrical-coordinate representation of color #C88F0D: hue angle of 41.71º 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 #C88F0D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 13 -
CMYK 0 0.28 0.94 0.22
HSL 41.71º 0.88% 0.42% -
HSV(B) 41.71º 0.94% 0.78% -
XYZ 33.71 31.95 4.77 -
YUV 145.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 200 143 13 0 0.28 0.94 0.22 41.71 0.88 0.42
Hex C8 8F D 0 1C 5E 16 2A 58 2A
Octal 310 217 15 0 34 136 26 52 130 52
Binary 11001000 10001111 1101 0 11100 1011110 10110 101010 1011000 101010

Color Harmonies of #C88F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F0D

Black with #C88F0D

Text Example


Text Example

White with #C88F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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