Html Css Color HEX #CD7411 Ochre

📋 copy color: '#CD7411'

red 205 ◦ green 116 ◦ blue 17

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

Shades of Ochre #CD7411

Tints of Ochre #CD7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 60.65%
G = 34.32%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD7411 (or 0xCD7411) is known color: Ochre. HEX triplet: CD, 74 and 11. RGB value is (205,116,17). Sum of RGB (Red+Green+Blue) = 205+116+17=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7411 is #328BEE. Grayscale: #838383. Windows color (decimal): -3312623 or 1144013. OLE color: 1144013.

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

Color convert

RGB 205 116 17 -
CMYK 0 0.43 0.92 0.20
HSL 31.6º 0.85% 0.44% -
HSV(B) 31.6º 0.92% 0.8% -
XYZ 31.52 25.51 3.79 -
YUV 131.33 63.49 180.55 -
System Red Green Blue C M Y K H S L
Decimal 205 116 17 0 0.43 0.92 0.20 31.6 0.85 0.44
Hex CD 74 11 0 2B 5C 14 20 55 2C
Octal 315 164 21 0 53 134 24 40 125 54
Binary 11001101 1110100 10001 0 101011 1011100 10100 100000 1010101 101100

Color Harmonies of #CD7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7411

Black with #CD7411

Text Example


Text Example

White with #CD7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7411; }

 p { color: rgb(205,116,17); }

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

background-color css

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

 a { background-color: rgb(205,116,17); }

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

border-color css

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

 span { border-color: rgb(205,116,17); }

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