Html Css Color HEX #CD701E Ochre

📋 copy color: '#CD701E'

red 205 ◦ green 112 ◦ blue 30

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

Shades of Ochre #CD701E

Tints of Ochre #CD701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 59.08%
G = 32.28%
B = 8.65%

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

#CD701E (or 0xCD701E) is known color: Ochre. HEX triplet: CD, 70 and 1E. RGB value is (205,112,30). Sum of RGB (Red+Green+Blue) = 205+112+30=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD701E is #328FE1. Grayscale: #828282. Windows color (decimal): -3313634 or 1994957. OLE color: 1994957.

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

Color convert

RGB 205 112 30 -
CMYK 0 0.45 0.85 0.20
HSL 28.11º 0.74% 0.46% -
HSV(B) 28.11º 0.85% 0.8% -
XYZ 31.21 24.66 4.34 -
YUV 130.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 205 112 30 0 0.45 0.85 0.20 28.11 0.74 0.46
Hex CD 70 1E 0 2D 55 14 1C 4A 2E
Octal 315 160 36 0 55 125 24 34 112 56
Binary 11001101 1110000 11110 0 101101 1010101 10100 11100 1001010 101110

Color Harmonies of #CD701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD701E

Black with #CD701E

Text Example


Text Example

White with #CD701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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