Html Css Color HEX #DD7B14 Ochre

📋 copy color: '#DD7B14'

red 221 ◦ green 123 ◦ blue 20

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

Shades of Ochre #DD7B14

Tints of Ochre #DD7B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 60.71%
G = 33.79%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7B14 (or 0xDD7B14) is known color: Ochre. HEX triplet: DD, 7B and 14. RGB value is (221,123,20). Sum of RGB (Red+Green+Blue) = 221+123+20=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B14 is #2284EB. Grayscale: #8D8D8D. Windows color (decimal): -2262252 or 1342429. OLE color: 1342429.

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

Color convert

RGB 221 123 20 -
CMYK 0 0.44 0.91 0.13
HSL 30.75º 0.83% 0.47% -
HSV(B) 30.75º 0.91% 0.87% -
XYZ 37.03 29.59 4.42 -
YUV 140.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 221 123 20 0 0.44 0.91 0.13 30.75 0.83 0.47
Hex DD 7B 14 0 2C 5B D 1F 53 2F
Octal 335 173 24 0 54 133 15 37 123 57
Binary 11011101 1111011 10100 0 101100 1011011 1101 11111 1010011 101111

Color Harmonies of #DD7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B14

Black with #DD7B14

Text Example


Text Example

White with #DD7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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