Html Css Color HEX #CD711F Ochre

📋 copy color: '#CD711F'

red 205 ◦ green 113 ◦ blue 31

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

Shades of Ochre #CD711F

Tints of Ochre #CD711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 58.74%
G = 32.38%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD711F (or 0xCD711F) is known color: Ochre. HEX triplet: CD, 71 and 1F. RGB value is (205,113,31). Sum of RGB (Red+Green+Blue) = 205+113+31=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD711F is #328EE0. Grayscale: #838383. Windows color (decimal): -3313377 or 2060749. OLE color: 2060749.

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

Color convert

RGB 205 113 31 -
CMYK 0 0.45 0.85 0.20
HSL 28.28º 0.74% 0.46% -
HSV(B) 28.28º 0.85% 0.8% -
XYZ 31.33 24.89 4.45 -
YUV 131.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 205 113 31 0 0.45 0.85 0.20 28.28 0.74 0.46
Hex CD 71 1F 0 2D 55 14 1C 4A 2E
Octal 315 161 37 0 55 125 24 34 112 56
Binary 11001101 1110001 11111 0 101101 1010101 10100 11100 1001010 101110

Color Harmonies of #CD711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD711F

Black with #CD711F

Text Example


Text Example

White with #CD711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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