Html Css Color HEX #CA7A03 Dark Goldenrod

📋 copy color: '#CA7A03'

red 202 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #CA7A03

Tints of Dark Goldenrod #CA7A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.31%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 61.77%
G = 37.31%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7A03 (or 0xCA7A03) is known color: Dark Goldenrod. HEX triplet: CA, 7A and 03. RGB value is (202,122,3). Sum of RGB (Red+Green+Blue) = 202+122+3=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A03 is #3585FC. Grayscale: #848484. Windows color (decimal): -3507709 or 228042. OLE color: 228042.

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

Color convert

RGB 202 122 3 -
CMYK 0 0.40 0.99 0.21
HSL 35.88º 0.97% 0.4% -
HSV(B) 35.88º 0.99% 0.79% -
XYZ 31.33 26.48 3.55 -
YUV 132.35 55 177.68 -
System Red Green Blue C M Y K H S L
Decimal 202 122 3 0 0.40 0.99 0.21 35.88 0.97 0.4
Hex CA 7A 3 0 28 63 15 24 61 28
Octal 312 172 3 0 50 143 25 44 141 50
Binary 11001010 1111010 11 0 101000 1100011 10101 100100 1100001 101000

Color Harmonies of #CA7A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A03

Black with #CA7A03

Text Example


Text Example

White with #CA7A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A03; }

 p { color: rgb(202,122,3); }

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

background-color css

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

 a { background-color: rgb(202,122,3); }

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

border-color css

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

 span { border-color: rgb(202,122,3); }

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