Html Css Color HEX #CD7C11 Ochre

📋 copy color: '#CD7C11'

red 205 ◦ green 124 ◦ blue 17

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

Shades of Ochre #CD7C11

Tints of Ochre #CD7C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 17 (7.03% from 255) = 4.91%

R = 59.25%
G = 35.84%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD7C11 (or 0xCD7C11) is known color: Ochre. HEX triplet: CD, 7C and 11. RGB value is (205,124,17). Sum of RGB (Red+Green+Blue) = 205+124+17=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7C11 is #3283EE. Grayscale: #888888. Windows color (decimal): -3310575 or 1146061. OLE color: 1146061.

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

Color convert

RGB 205 124 17 -
CMYK 0 0.40 0.92 0.20
HSL 34.15º 0.85% 0.44% -
HSV(B) 34.15º 0.92% 0.8% -
XYZ 32.49 27.43 4.11 -
YUV 136.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 205 124 17 0 0.40 0.92 0.20 34.15 0.85 0.44
Hex CD 7C 11 0 28 5C 14 22 55 2C
Octal 315 174 21 0 50 134 24 42 125 54
Binary 11001101 1111100 10001 0 101000 1011100 10100 100010 1010101 101100

Color Harmonies of #CD7C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C11

Black with #CD7C11

Text Example


Text Example

White with #CD7C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C11; }

 p { color: rgb(205,124,17); }

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

background-color css

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

 a { background-color: rgb(205,124,17); }

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

border-color css

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

 span { border-color: rgb(205,124,17); }

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