Html Css Color HEX #D07523 Ochre

📋 copy color: '#D07523'

red 208 ◦ green 117 ◦ blue 35

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

Shades of Ochre #D07523

Tints of Ochre #D07523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 57.78%
G = 32.5%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07523 (or 0xD07523) is known color: Ochre. HEX triplet: D0, 75 and 23. RGB value is (208,117,35). Sum of RGB (Red+Green+Blue) = 208+117+35=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07523 is #2F8ADC. Grayscale: #878787. Windows color (decimal): -3115741 or 2323920. OLE color: 2323920.

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

Color convert

RGB 208 117 35 -
CMYK 0 0.44 0.83 0.18
HSL 28.44º 0.71% 0.48% -
HSV(B) 28.44º 0.83% 0.82% -
XYZ 32.68 26.25 4.94 -
YUV 134.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 208 117 35 0 0.44 0.83 0.18 28.44 0.71 0.48
Hex D0 75 23 0 2C 53 12 1C 47 30
Octal 320 165 43 0 54 123 22 34 107 60
Binary 11010000 1110101 100011 0 101100 1010011 10010 11100 1000111 110000

Color Harmonies of #D07523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07523

Black with #D07523

Text Example


Text Example

White with #D07523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07523; }

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

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

background-color css

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

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

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

border-color css

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

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

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