Html Css Color HEX #CD711C Ochre

📋 copy color: '#CD711C'

red 205 ◦ green 113 ◦ blue 28

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

Shades of Ochre #CD711C

Tints of Ochre #CD711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 59.25%
G = 32.66%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD711C (or 0xCD711C) is known color: Ochre. HEX triplet: CD, 71 and 1C. RGB value is (205,113,28). Sum of RGB (Red+Green+Blue) = 205+113+28=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD711C is #328EE3. Grayscale: #838383. Windows color (decimal): -3313380 or 1864141. OLE color: 1864141.

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

Color convert

RGB 205 113 28 -
CMYK 0 0.45 0.86 0.20
HSL 28.81º 0.76% 0.46% -
HSV(B) 28.81º 0.86% 0.8% -
XYZ 31.29 24.87 4.25 -
YUV 130.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 205 113 28 0 0.45 0.86 0.20 28.81 0.76 0.46
Hex CD 71 1C 0 2D 56 14 1D 4C 2E
Octal 315 161 34 0 55 126 24 35 114 56
Binary 11001101 1110001 11100 0 101101 1010110 10100 11101 1001100 101110

Color Harmonies of #CD711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD711C

Black with #CD711C

Text Example


Text Example

White with #CD711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD711C; }

 p { color: rgb(205,113,28); }

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

background-color css

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

 a { background-color: rgb(205,113,28); }

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

border-color css

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

 span { border-color: rgb(205,113,28); }

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