Html Css Color HEX #CA7F03 Dark Goldenrod

📋 copy color: '#CA7F03'

red 202 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #CA7F03

Tints of Dark Goldenrod #CA7F03

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 60.84%
G = 38.25%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7F03 (or 0xCA7F03) is known color: Dark Goldenrod. HEX triplet: CA, 7F and 03. RGB value is (202,127,3). Sum of RGB (Red+Green+Blue) = 202+127+3=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F03 is #3580FC. Grayscale: #878787. Windows color (decimal): -3506429 or 229322. OLE color: 229322.

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

Color convert

RGB 202 127 3 -
CMYK 0 0.37 0.99 0.21
HSL 37.39º 0.97% 0.4% -
HSV(B) 37.39º 0.99% 0.79% -
XYZ 31.96 27.74 3.76 -
YUV 135.29 53.35 175.58 -
System Red Green Blue C M Y K H S L
Decimal 202 127 3 0 0.37 0.99 0.21 37.39 0.97 0.4
Hex CA 7F 3 0 25 63 15 25 61 28
Octal 312 177 3 0 45 143 25 45 141 50
Binary 11001010 1111111 11 0 100101 1100011 10101 100101 1100001 101000

Color Harmonies of #CA7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F03

Black with #CA7F03

Text Example


Text Example

White with #CA7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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