Html Css Color HEX #DD7B15 Ochre

📋 copy color: '#DD7B15'

red 221 ◦ green 123 ◦ blue 21

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

Shades of Ochre #DD7B15

Tints of Ochre #DD7B15

RGB

 RED value IS 221 (86.72% from 255) = 60.55%

 GREEN value IS 123 (48.44% from 255) = 33.7%

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

R = 60.55%
G = 33.7%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7B15 (or 0xDD7B15) is known color: Ochre. HEX triplet: DD, 7B and 15. RGB value is (221,123,21). Sum of RGB (Red+Green+Blue) = 221+123+21=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B15 is #2284EA. Grayscale: #8D8D8D. Windows color (decimal): -2262251 or 1407965. OLE color: 1407965.

HSL color Cylindrical-coordinate representation of color #DD7B15: hue angle of 30.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7B15 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 21 -
CMYK 0 0.44 0.90 0.13
HSL 30.6º 0.83% 0.47% -
HSV(B) 30.6º 0.9% 0.87% -
XYZ 37.04 29.59 4.47 -
YUV 140.67 60.47 185.29 -
System Red Green Blue C M Y K H S L
Decimal 221 123 21 0 0.44 0.90 0.13 30.6 0.83 0.47
Hex DD 7B 15 0 2C 5A D 1F 53 2F
Octal 335 173 25 0 54 132 15 37 123 57
Binary 11011101 1111011 10101 0 101100 1011010 1101 11111 1010011 101111

Color Harmonies of #DD7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B15

Black with #DD7B15

Text Example


Text Example

White with #DD7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B15; }

 p { color: rgb(221,123,21); }

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

background-color css

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

 a { background-color: rgb(221,123,21); }

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

border-color css

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

 span { border-color: rgb(221,123,21); }

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