Html Css Color HEX #CA9409 Dark Goldenrod

📋 copy color: '#CA9409'

red 202 ◦ green 148 ◦ blue 9

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

Shades of Dark Goldenrod #CA9409

Tints of Dark Goldenrod #CA9409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 56.27%
G = 41.23%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA9409 (or 0xCA9409) is known color: Dark Goldenrod. HEX triplet: CA, 94 and 09. RGB value is (202,148,9). Sum of RGB (Red+Green+Blue) = 202+148+9=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9409 is #356BF6. Grayscale: #949494. Windows color (decimal): -3501047 or 627914. OLE color: 627914.

HSL color Cylindrical-coordinate representation of color #CA9409: hue angle of 43.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA9409 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 9 -
CMYK 0 0.27 0.96 0.21
HSL 43.21º 0.91% 0.41% -
HSV(B) 43.21º 0.96% 0.79% -
XYZ 35 33.76 4.93 -
YUV 148.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 202 148 9 0 0.27 0.96 0.21 43.21 0.91 0.41
Hex CA 94 9 0 1B 60 15 2B 5B 29
Octal 312 224 11 0 33 140 25 53 133 51
Binary 11001010 10010100 1001 0 11011 1100000 10101 101011 1011011 101001

Color Harmonies of #CA9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9409

Black with #CA9409

Text Example


Text Example

White with #CA9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9409; }

 p { color: rgb(202,148,9); }

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

background-color css

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

 a { background-color: rgb(202,148,9); }

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

border-color css

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

 span { border-color: rgb(202,148,9); }

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