Html Css Color HEX #CA9507 Dark Goldenrod

📋 copy color: '#CA9507'

red 202 ◦ green 149 ◦ blue 7

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

Shades of Dark Goldenrod #CA9507

Tints of Dark Goldenrod #CA9507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

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

R = 56.42%
G = 41.62%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA9507 (or 0xCA9507) is known color: Dark Goldenrod. HEX triplet: CA, 95 and 07. RGB value is (202,149,7). Sum of RGB (Red+Green+Blue) = 202+149+7=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9507 is #356AF8. Grayscale: #959595. Windows color (decimal): -3500793 or 497098. OLE color: 497098.

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

Color convert

RGB 202 149 7 -
CMYK 0 0.26 0.97 0.21
HSL 43.69º 0.93% 0.41% -
HSV(B) 43.69º 0.97% 0.79% -
XYZ 35.14 34.07 4.92 -
YUV 148.66 48.06 166.05 -
System Red Green Blue C M Y K H S L
Decimal 202 149 7 0 0.26 0.97 0.21 43.69 0.93 0.41
Hex CA 95 7 0 1A 61 15 2C 5D 29
Octal 312 225 7 0 32 141 25 54 135 51
Binary 11001010 10010101 111 0 11010 1100001 10101 101100 1011101 101001

Color Harmonies of #CA9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9507

Black with #CA9507

Text Example


Text Example

White with #CA9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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