Html Css Color HEX #CA9407 Dark Goldenrod

📋 copy color: '#CA9407'

red 202 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #CA9407

Tints of Dark Goldenrod #CA9407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 56.58%
G = 41.46%
B = 1.96%

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

#CA9407 (or 0xCA9407) is known color: Dark Goldenrod. HEX triplet: CA, 94 and 07. RGB value is (202,148,7). Sum of RGB (Red+Green+Blue) = 202+148+7=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9407 is #356BF8. Grayscale: #949494. Windows color (decimal): -3501049 or 496842. OLE color: 496842.

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

Color convert

RGB 202 148 7 -
CMYK 0 0.27 0.97 0.21
HSL 43.38º 0.93% 0.41% -
HSV(B) 43.38º 0.97% 0.79% -
XYZ 34.99 33.75 4.87 -
YUV 148.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 202 148 7 0 0.27 0.97 0.21 43.38 0.93 0.41
Hex CA 94 7 0 1B 61 15 2B 5D 29
Octal 312 224 7 0 33 141 25 53 135 51
Binary 11001010 10010100 111 0 11011 1100001 10101 101011 1011101 101001

Color Harmonies of #CA9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9407

Black with #CA9407

Text Example


Text Example

White with #CA9407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9407; }

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

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

background-color css

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

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

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

border-color css

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

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

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