#CA9B00

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

Shades of Dark Goldenrod #CA9B00

Tints of Dark Goldenrod #CA9B00

Color information

#CA9B00 (or 0xCA9B00) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 9B and 00. RGB value is (202,155,0). Sum of RGB (Red+Green+Blue) = 202+155+0=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9B00 is #3564FF. Grayscale: #989898. Windows color (decimal): -3499264 or 39882. OLE color: 39882.

HSL color Cylindrical-coordinate representation of color #CA9B00: hue angle of 46.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9B00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB2021550-
CMYK00.2310.21
HSL46.04º100%39.61%-
HSV(B)46.04º100%79.22%-
XYZ36.08365.05-
YUV151.3842.57164.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.58%
G=43.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202155000.2310.2146.0410039.61
HexCA9B001764152e6428
Octal3122330027144255614450
Binary110010101001101100101111100100101011011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B00; }

 p { color: rgb(202,155,0); }

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

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

 a { background-color: rgb(202,155,0); }

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

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

 span { border-color: rgb(202,155,0); }

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