Html Css Color HEX #D07521 Ochre

📋 copy color: '#D07521'

red 208 ◦ green 117 ◦ blue 33

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

Shades of Ochre #D07521

Tints of Ochre #D07521

RGB

 RED value IS 208 (81.64% from 255) = 58.1%

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

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 58.1%
G = 32.68%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07521 (or 0xD07521) is known color: Ochre. HEX triplet: D0, 75 and 21. RGB value is (208,117,33). Sum of RGB (Red+Green+Blue) = 208+117+33=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D07521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07521 is #2F8ADE. Grayscale: #878787. Windows color (decimal): -3115743 or 2192848. OLE color: 2192848.

HSL color Cylindrical-coordinate representation of color #D07521: hue angle of 28.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D07521 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 33 -
CMYK 0 0.44 0.84 0.18
HSL 28.8º 0.73% 0.47% -
HSV(B) 28.8º 0.84% 0.82% -
XYZ 32.65 26.24 4.78 -
YUV 134.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 208 117 33 0 0.44 0.84 0.18 28.8 0.73 0.47
Hex D0 75 21 0 2C 54 12 1D 49 2F
Octal 320 165 41 0 54 124 22 35 111 57
Binary 11010000 1110101 100001 0 101100 1010100 10010 11101 1001001 101111

Color Harmonies of #D07521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07521

Black with #D07521

Text Example


Text Example

White with #D07521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07521; }

 p { color: rgb(208,117,33); }

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

background-color css

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

 a { background-color: rgb(208,117,33); }

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

border-color css

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

 span { border-color: rgb(208,117,33); }

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