Html Css Color HEX #D07723 Ochre

📋 copy color: '#D07723'

red 208 ◦ green 119 ◦ blue 35

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

Shades of Ochre #D07723

Tints of Ochre #D07723

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

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

R = 57.46%
G = 32.87%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07723 (or 0xD07723) is known color: Ochre. HEX triplet: D0, 77 and 23. RGB value is (208,119,35). Sum of RGB (Red+Green+Blue) = 208+119+35=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07723 is #2F88DC. Grayscale: #888888. Windows color (decimal): -3115229 or 2324432. OLE color: 2324432.

HSL color Cylindrical-coordinate representation of color #D07723: hue angle of 29.13º 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 #D07723 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 35 -
CMYK 0 0.43 0.83 0.18
HSL 29.13º 0.71% 0.48% -
HSV(B) 29.13º 0.83% 0.82% -
XYZ 32.91 26.72 5.01 -
YUV 136.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 208 119 35 0 0.43 0.83 0.18 29.13 0.71 0.48
Hex D0 77 23 0 2B 53 12 1D 47 30
Octal 320 167 43 0 53 123 22 35 107 60
Binary 11010000 1110111 100011 0 101011 1010011 10010 11101 1000111 110000

Color Harmonies of #D07723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07723

Black with #D07723

Text Example


Text Example

White with #D07723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07723; }

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

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

background-color css

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

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

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

border-color css

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

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

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