Html Css Color HEX #CD7D15 Ochre

📋 copy color: '#CD7D15'

red 205 ◦ green 125 ◦ blue 21

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

Shades of Ochre #CD7D15

Tints of Ochre #CD7D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 58.4%
G = 35.61%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD7D15 (or 0xCD7D15) is known color: Ochre. HEX triplet: CD, 7D and 15. RGB value is (205,125,21). Sum of RGB (Red+Green+Blue) = 205+125+21=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D15 is #3282EA. Grayscale: #898989. Windows color (decimal): -3310315 or 1408461. OLE color: 1408461.

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

Color convert

RGB 205 125 21 -
CMYK 0 0.39 0.90 0.20
HSL 33.91º 0.81% 0.44% -
HSV(B) 33.91º 0.9% 0.8% -
XYZ 32.65 27.7 4.34 -
YUV 137.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 205 125 21 0 0.39 0.90 0.20 33.91 0.81 0.44
Hex CD 7D 15 0 27 5A 14 22 51 2C
Octal 315 175 25 0 47 132 24 42 121 54
Binary 11001101 1111101 10101 0 100111 1011010 10100 100010 1010001 101100

Color Harmonies of #CD7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D15

Black with #CD7D15

Text Example


Text Example

White with #CD7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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