Html Css Color HEX #CA9406 Dark Goldenrod

📋 copy color: '#CA9406'

red 202 ◦ green 148 ◦ blue 6

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

Shades of Dark Goldenrod #CA9406

Tints of Dark Goldenrod #CA9406

RGB

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

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

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

R = 56.74%
G = 41.57%
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

#CA9406 (or 0xCA9406) is known color: Dark Goldenrod. HEX triplet: CA, 94 and 06. RGB value is (202,148,6). Sum of RGB (Red+Green+Blue) = 202+148+6=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9406 is #356BF9. Grayscale: #949494. Windows color (decimal): -3501050 or 431306. OLE color: 431306.

HSL color Cylindrical-coordinate representation of color #CA9406: hue angle of 43.47º 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 #CA9406 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 6 -
CMYK 0 0.27 0.97 0.21
HSL 43.47º 0.94% 0.41% -
HSV(B) 43.47º 0.97% 0.79% -
XYZ 34.98 33.75 4.84 -
YUV 147.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 202 148 6 0 0.27 0.97 0.21 43.47 0.94 0.41
Hex CA 94 6 0 1B 61 15 2B 5E 29
Octal 312 224 6 0 33 141 25 53 136 51
Binary 11001010 10010100 110 0 11011 1100001 10101 101011 1011110 101001

Color Harmonies of #CA9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9406

Black with #CA9406

Text Example


Text Example

White with #CA9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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