#CA8A0B

Color #CA8A0B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CA8A0B

Tints of Dark Goldenrod #CA8A0B

Color information

#CA8A0B (or 0xCA8A0B) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 8A and 0B. RGB value is (202,138,11). Sum of RGB (Red+Green+Blue) = 202+138+11=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A0B is #3575F4. Grayscale: #8F8F8F. Windows color (decimal): -3503605 or 756426. OLE color: 756426.

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

Color convert

RGB20213811-
CMYK00.320.950.21
HSL39.9º89.67%41.76%-
HSV(B)39.9º94.55%79.22%-
XYZ33.5130.764.49-
YUV142.6653.7170.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 11 (4.69% from 255) = 3.13%
R=57.55%
G=39.32%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021381100.320.950.2139.989.6741.76
HexCA8AB0205F15285a2a
Octal31221213040137255013252
Binary1100101010001010101101000001011111101011010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A0B; }

 p { color: rgb(202,138,11); }

 H1.HeaderClassName
 {
   color: #CA8A0B;
 }
 .AnyTagClassName
 {
   color: #CA8A0B;
 }
</style>
background-color css

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

 a { background-color: rgb(202,138,11); }

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

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

 span { border-color: rgb(202,138,11); }

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