Html Css Color HEX #C88A16 Dark Goldenrod

📋 copy color: '#C88A16'

red 200 ◦ green 138 ◦ blue 22

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

Shades of Dark Goldenrod #C88A16

Tints of Dark Goldenrod #C88A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 55.56%
G = 38.33%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C88A16 (or 0xC88A16) is known color: Dark Goldenrod. HEX triplet: C8, 8A and 16. RGB value is (200,138,22). Sum of RGB (Red+Green+Blue) = 200+138+22=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A16 is #3775E9. Grayscale: #8F8F8F. Windows color (decimal): -3634666 or 1477320. OLE color: 1477320.

HSL color Cylindrical-coordinate representation of color #C88A16: hue angle of 39.1º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C88A16 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 22 -
CMYK 0 0.31 0.89 0.22
HSL 39.1º 0.8% 0.44% -
HSV(B) 39.1º 0.89% 0.78% -
XYZ 33.05 30.51 4.91 -
YUV 143.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 200 138 22 0 0.31 0.89 0.22 39.1 0.8 0.44
Hex C8 8A 16 0 1F 59 16 27 50 2C
Octal 310 212 26 0 37 131 26 47 120 54
Binary 11001000 10001010 10110 0 11111 1011001 10110 100111 1010000 101100

Color Harmonies of #C88A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A16

Black with #C88A16

Text Example


Text Example

White with #C88A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A16; }

 p { color: rgb(200,138,22); }

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

background-color css

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

 a { background-color: rgb(200,138,22); }

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

border-color css

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

 span { border-color: rgb(200,138,22); }

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