Html Css Color HEX #CA9700 Dark Goldenrod

📋 copy color: '#CA9700'

red 202 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #CA9700

Tints of Dark Goldenrod #CA9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.22%
G = 42.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA9700 (or 0xCA9700) is known color: Dark Goldenrod. HEX triplet: CA, 97 and 00. RGB value is (202,151,0). Sum of RGB (Red+Green+Blue) = 202+151+0=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9700 is #3568FF. Grayscale: #959595. Windows color (decimal): -3500288 or 38858. OLE color: 38858.

HSL color Cylindrical-coordinate representation of color #CA9700: hue angle of 44.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9700 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 0 -
CMYK 0 0.25 1 0.21
HSL 44.85º 1% 0.4% -
HSV(B) 44.85º 1% 0.79% -
XYZ 35.42 34.69 4.83 -
YUV 149.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 202 151 0 0 0.25 1 0.21 44.85 1 0.4
Hex CA 97 0 0 19 64 15 2D 64 28
Octal 312 227 0 0 31 144 25 55 144 50
Binary 11001010 10010111 0 0 11001 1100100 10101 101101 1100100 101000

Color Harmonies of #CA9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9700

Black with #CA9700

Text Example


Text Example

White with #CA9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9700; }

 p { color: rgb(202,151,0); }

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

background-color css

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

 a { background-color: rgb(202,151,0); }

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

border-color css

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

 span { border-color: rgb(202,151,0); }

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