#CD7E1C

Color #CD7E1C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CD7E1C

Tints of Ochre #CD7E1C

Color information

#CD7E1C (or 0xCD7E1C) is unknown color: approx Ochre. HEX triplet: CD, 7E and 1C. RGB value is (205,126,28). Sum of RGB (Red+Green+Blue) = 205+126+28=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7E1C is #3281E3. Grayscale: #8A8A8A. Windows color (decimal): -3310052 or 1867469. OLE color: 1867469.

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

Color convert

RGB20512628-
CMYK00.390.860.20
HSL33.22º75.97%45.69%-
HSV(B)33.22º86.34%80.39%-
XYZ32.8527.984.77-
YUV138.4565.67175.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.10%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 28 (11.33% from 255) = 7.80%
R=57.10%
G=35.10%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051262800.390.860.2033.2275.9745.69
HexCD7E1C0275614214c2e
Octal31517634047126244111456
Binary1100110111111101110001001111010110101001000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E1C; }

 p { color: rgb(205,126,28); }

 H1.HeaderClassName
 {
   color: #CD7E1C;
 }
 .AnyTagClassName
 {
   color: #CD7E1C;
 }
</style>
background-color css

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

 a { background-color: rgb(205,126,28); }

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

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

 span { border-color: rgb(205,126,28); }

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