Html Css Color HEX #CD711A Ochre

📋 copy color: '#CD711A'

red 205 ◦ green 113 ◦ blue 26

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

Shades of Ochre #CD711A

Tints of Ochre #CD711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 59.59%
G = 32.85%
B = 7.56%

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

#CD711A (or 0xCD711A) is known color: Ochre. HEX triplet: CD, 71 and 1A. RGB value is (205,113,26). Sum of RGB (Red+Green+Blue) = 205+113+26=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD711A is #328EE5. Grayscale: #838383. Windows color (decimal): -3313382 or 1733069. OLE color: 1733069.

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

Color convert

RGB 205 113 26 -
CMYK 0 0.45 0.87 0.20
HSL 29.16º 0.77% 0.45% -
HSV(B) 29.16º 0.87% 0.8% -
XYZ 31.27 24.86 4.13 -
YUV 130.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 205 113 26 0 0.45 0.87 0.20 29.16 0.77 0.45
Hex CD 71 1A 0 2D 57 14 1D 4D 2D
Octal 315 161 32 0 55 127 24 35 115 55
Binary 11001101 1110001 11010 0 101101 1010111 10100 11101 1001101 101101

Color Harmonies of #CD711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD711A

Black with #CD711A

Text Example


Text Example

White with #CD711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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