Html Css Color HEX #CA880C Dark Goldenrod

📋 copy color: '#CA880C'

red 202 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #CA880C

Tints of Dark Goldenrod #CA880C

RGB

 RED value IS 202 (79.3% from 255) = 57.71%

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 57.71%
G = 38.86%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA880C (or 0xCA880C) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 0C. RGB value is (202,136,12). Sum of RGB (Red+Green+Blue) = 202+136+12=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA880C is #3577F3. Grayscale: #8E8E8E. Windows color (decimal): -3504116 or 821450. OLE color: 821450.

HSL color Cylindrical-coordinate representation of color #CA880C: hue angle of 39.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA880C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 12 -
CMYK 0 0.33 0.94 0.21
HSL 39.16º 0.89% 0.42% -
HSV(B) 39.16º 0.94% 0.79% -
XYZ 33.23 30.19 4.42 -
YUV 141.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 202 136 12 0 0.33 0.94 0.21 39.16 0.89 0.42
Hex CA 88 C 0 21 5E 15 27 59 2A
Octal 312 210 14 0 41 136 25 47 131 52
Binary 11001010 10001000 1100 0 100001 1011110 10101 100111 1011001 101010

Color Harmonies of #CA880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA880C

Black with #CA880C

Text Example


Text Example

White with #CA880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA880C; }

 p { color: rgb(202,136,12); }

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

background-color css

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

 a { background-color: rgb(202,136,12); }

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

border-color css

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

 span { border-color: rgb(202,136,12); }

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