Html Css Color HEX #CD7515 Ochre

📋 copy color: '#CD7515'

red 205 ◦ green 117 ◦ blue 21

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

Shades of Ochre #CD7515

Tints of Ochre #CD7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 59.77%
G = 34.11%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD7515 (or 0xCD7515) is known color: Ochre. HEX triplet: CD, 75 and 15. RGB value is (205,117,21). Sum of RGB (Red+Green+Blue) = 205+117+21=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7515 is #328AEA. Grayscale: #848484. Windows color (decimal): -3312363 or 1406413. OLE color: 1406413.

HSL color Cylindrical-coordinate representation of color #CD7515: hue angle of 31.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD7515 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 117 21 -
CMYK 0 0.43 0.90 0.20
HSL 31.3º 0.81% 0.44% -
HSV(B) 31.3º 0.9% 0.8% -
XYZ 31.67 25.76 4.01 -
YUV 132.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 205 117 21 0 0.43 0.90 0.20 31.3 0.81 0.44
Hex CD 75 15 0 2B 5A 14 1F 51 2C
Octal 315 165 25 0 53 132 24 37 121 54
Binary 11001101 1110101 10101 0 101011 1011010 10100 11111 1010001 101100

Color Harmonies of #CD7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7515

Black with #CD7515

Text Example


Text Example

White with #CD7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7515; }

 p { color: rgb(205,117,21); }

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

background-color css

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

 a { background-color: rgb(205,117,21); }

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

border-color css

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

 span { border-color: rgb(205,117,21); }

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