Html Css Color HEX #CD7211 Ochre

📋 copy color: '#CD7211'

red 205 ◦ green 114 ◦ blue 17

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

Shades of Ochre #CD7211

Tints of Ochre #CD7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 61.01%
G = 33.93%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD7211 (or 0xCD7211) is known color: Ochre. HEX triplet: CD, 72 and 11. RGB value is (205,114,17). Sum of RGB (Red+Green+Blue) = 205+114+17=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7211 is #328DEE. Grayscale: #828282. Windows color (decimal): -3313135 or 1143501. OLE color: 1143501.

HSL color Cylindrical-coordinate representation of color #CD7211: hue angle of 30.96º 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 #CD7211 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 114 17 -
CMYK 0 0.44 0.92 0.20
HSL 30.96º 0.85% 0.44% -
HSV(B) 30.96º 0.92% 0.8% -
XYZ 31.3 25.05 3.72 -
YUV 130.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 205 114 17 0 0.44 0.92 0.20 30.96 0.85 0.44
Hex CD 72 11 0 2C 5C 14 1F 55 2C
Octal 315 162 21 0 54 134 24 37 125 54
Binary 11001101 1110010 10001 0 101100 1011100 10100 11111 1010101 101100

Color Harmonies of #CD7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7211

Black with #CD7211

Text Example


Text Example

White with #CD7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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