Html Css Color HEX #CA7D16 Ochre

📋 copy color: '#CA7D16'

red 202 ◦ green 125 ◦ blue 22

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

Shades of Ochre #CA7D16

Tints of Ochre #CA7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 57.88%
G = 35.82%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7D16 (or 0xCA7D16) is known color: Ochre. HEX triplet: CA, 7D and 16. RGB value is (202,125,22). Sum of RGB (Red+Green+Blue) = 202+125+22=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D16 is #3582E9. Grayscale: #888888. Windows color (decimal): -3506922 or 1473994. OLE color: 1473994.

HSL color Cylindrical-coordinate representation of color #CA7D16: hue angle of 34.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7D16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 22 -
CMYK 0 0.38 0.89 0.21
HSL 34.33º 0.8% 0.44% -
HSV(B) 34.33º 0.89% 0.79% -
XYZ 31.84 27.28 4.35 -
YUV 136.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 202 125 22 0 0.38 0.89 0.21 34.33 0.8 0.44
Hex CA 7D 16 0 26 59 15 22 50 2C
Octal 312 175 26 0 46 131 25 42 120 54
Binary 11001010 1111101 10110 0 100110 1011001 10101 100010 1010000 101100

Color Harmonies of #CA7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D16

Black with #CA7D16

Text Example


Text Example

White with #CA7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D16; }

 p { color: rgb(202,125,22); }

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

background-color css

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

 a { background-color: rgb(202,125,22); }

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

border-color css

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

 span { border-color: rgb(202,125,22); }

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