Html Css Color HEX #CA9306 Dark Goldenrod

📋 copy color: '#CA9306'

red 202 ◦ green 147 ◦ blue 6

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

Shades of Dark Goldenrod #CA9306

Tints of Dark Goldenrod #CA9306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.41%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 56.9%
G = 41.41%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA9306 (or 0xCA9306) is known color: Dark Goldenrod. HEX triplet: CA, 93 and 06. RGB value is (202,147,6). Sum of RGB (Red+Green+Blue) = 202+147+6=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9306 is #356CF9. Grayscale: #939393. Windows color (decimal): -3501306 or 431050. OLE color: 431050.

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

Color convert

RGB 202 147 6 -
CMYK 0 0.27 0.97 0.21
HSL 43.16º 0.94% 0.41% -
HSV(B) 43.16º 0.97% 0.79% -
XYZ 34.82 33.44 4.79 -
YUV 147.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 202 147 6 0 0.27 0.97 0.21 43.16 0.94 0.41
Hex CA 93 6 0 1B 61 15 2B 5E 29
Octal 312 223 6 0 33 141 25 53 136 51
Binary 11001010 10010011 110 0 11011 1100001 10101 101011 1011110 101001

Color Harmonies of #CA9306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9306

Black with #CA9306

Text Example


Text Example

White with #CA9306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9306; }

 p { color: rgb(202,147,6); }

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

background-color css

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

 a { background-color: rgb(202,147,6); }

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

border-color css

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

 span { border-color: rgb(202,147,6); }

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