Html Css Color HEX #CD711B Ochre

📋 copy color: '#CD711B'

red 205 ◦ green 113 ◦ blue 27

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

Shades of Ochre #CD711B

Tints of Ochre #CD711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 59.42%
G = 32.75%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD711B (or 0xCD711B) is known color: Ochre. HEX triplet: CD, 71 and 1B. RGB value is (205,113,27). Sum of RGB (Red+Green+Blue) = 205+113+27=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD711B is #328EE4. Grayscale: #838383. Windows color (decimal): -3313381 or 1798605. OLE color: 1798605.

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

Color convert

RGB 205 113 27 -
CMYK 0 0.45 0.87 0.20
HSL 28.99º 0.77% 0.45% -
HSV(B) 28.99º 0.87% 0.8% -
XYZ 31.28 24.87 4.19 -
YUV 130.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 205 113 27 0 0.45 0.87 0.20 28.99 0.77 0.45
Hex CD 71 1B 0 2D 57 14 1D 4D 2D
Octal 315 161 33 0 55 127 24 35 115 55
Binary 11001101 1110001 11011 0 101101 1010111 10100 11101 1001101 101101

Color Harmonies of #CD711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD711B

Black with #CD711B

Text Example


Text Example

White with #CD711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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