Html Css Color HEX #CD701D Ochre

📋 copy color: '#CD701D'

red 205 ◦ green 112 ◦ blue 29

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

Shades of Ochre #CD701D

Tints of Ochre #CD701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 59.25%
G = 32.37%
B = 8.38%

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

#CD701D (or 0xCD701D) is known color: Ochre. HEX triplet: CD, 70 and 1D. RGB value is (205,112,29). Sum of RGB (Red+Green+Blue) = 205+112+29=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD701D is #328FE2. Grayscale: #828282. Windows color (decimal): -3313635 or 1929421. OLE color: 1929421.

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

Color convert

RGB 205 112 29 -
CMYK 0 0.45 0.86 0.20
HSL 28.3º 0.75% 0.46% -
HSV(B) 28.3º 0.86% 0.8% -
XYZ 31.19 24.66 4.28 -
YUV 130.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 205 112 29 0 0.45 0.86 0.20 28.3 0.75 0.46
Hex CD 70 1D 0 2D 56 14 1C 4B 2E
Octal 315 160 35 0 55 126 24 34 113 56
Binary 11001101 1110000 11101 0 101101 1010110 10100 11100 1001011 101110

Color Harmonies of #CD701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD701D

Black with #CD701D

Text Example


Text Example

White with #CD701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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