Html Css Color HEX #CD711D Ochre

📋 copy color: '#CD711D'

red 205 ◦ green 113 ◦ blue 29

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

Shades of Ochre #CD711D

Tints of Ochre #CD711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 59.08%
G = 32.56%
B = 8.36%

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

#CD711D (or 0xCD711D) is known color: Ochre. HEX triplet: CD, 71 and 1D. RGB value is (205,113,29). Sum of RGB (Red+Green+Blue) = 205+113+29=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD711D is #328EE2. Grayscale: #838383. Windows color (decimal): -3313379 or 1929677. OLE color: 1929677.

HSL color Cylindrical-coordinate representation of color #CD711D: hue angle of 28.64º degrees, saturation: 0.75, 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 #CD711D is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 113 29 -
CMYK 0 0.45 0.86 0.20
HSL 28.64º 0.75% 0.46% -
HSV(B) 28.64º 0.86% 0.8% -
XYZ 31.3 24.88 4.31 -
YUV 130.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 205 113 29 0 0.45 0.86 0.20 28.64 0.75 0.46
Hex CD 71 1D 0 2D 56 14 1D 4B 2E
Octal 315 161 35 0 55 126 24 35 113 56
Binary 11001101 1110001 11101 0 101101 1010110 10100 11101 1001011 101110

Color Harmonies of #CD711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD711D

Black with #CD711D

Text Example


Text Example

White with #CD711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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