Html Css Color HEX #CD7316 Ochre

📋 copy color: '#CD7316'

red 205 ◦ green 115 ◦ blue 22

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

Shades of Ochre #CD7316

Tints of Ochre #CD7316

RGB

 RED value IS 205 (80.47% from 255) = 59.94%

 GREEN value IS 115 (45.31% from 255) = 33.63%

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

R = 59.94%
G = 33.63%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD7316 (or 0xCD7316) is known color: Ochre. HEX triplet: CD, 73 and 16. RGB value is (205,115,22). Sum of RGB (Red+Green+Blue) = 205+115+22=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7316 is #328CE9. Grayscale: #838383. Windows color (decimal): -3312874 or 1471437. OLE color: 1471437.

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

Color convert

RGB 205 115 22 -
CMYK 0 0.44 0.89 0.20
HSL 30.49º 0.81% 0.45% -
HSV(B) 30.49º 0.89% 0.8% -
XYZ 31.45 25.3 3.98 -
YUV 131.31 66.32 180.56 -
System Red Green Blue C M Y K H S L
Decimal 205 115 22 0 0.44 0.89 0.20 30.49 0.81 0.45
Hex CD 73 16 0 2C 59 14 1E 51 2D
Octal 315 163 26 0 54 131 24 36 121 55
Binary 11001101 1110011 10110 0 101100 1011001 10100 11110 1010001 101101

Color Harmonies of #CD7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7316

Black with #CD7316

Text Example


Text Example

White with #CD7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7316; }

 p { color: rgb(205,115,22); }

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

background-color css

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

 a { background-color: rgb(205,115,22); }

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

border-color css

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

 span { border-color: rgb(205,115,22); }

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