Html Css Color HEX #D07726 Ochre

📋 copy color: '#D07726'

red 208 ◦ green 119 ◦ blue 38

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

Shades of Ochre #D07726

Tints of Ochre #D07726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 56.99%
G = 32.6%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D07726 (or 0xD07726) is known color: Ochre. HEX triplet: D0, 77 and 26. RGB value is (208,119,38). Sum of RGB (Red+Green+Blue) = 208+119+38=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D07726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07726 is #2F88D9. Grayscale: #888888. Windows color (decimal): -3115226 or 2521040. OLE color: 2521040.

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

Color convert

RGB 208 119 38 -
CMYK 0 0.43 0.82 0.18
HSL 28.59º 0.69% 0.48% -
HSV(B) 28.59º 0.82% 0.82% -
XYZ 32.96 26.74 5.26 -
YUV 136.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 208 119 38 0 0.43 0.82 0.18 28.59 0.69 0.48
Hex D0 77 26 0 2B 52 12 1D 45 30
Octal 320 167 46 0 53 122 22 35 105 60
Binary 11010000 1110111 100110 0 101011 1010010 10010 11101 1000101 110000

Color Harmonies of #D07726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07726

Black with #D07726

Text Example


Text Example

White with #D07726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07726; }

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

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

background-color css

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

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

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

border-color css

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

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

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