Html Css Color HEX #D07A26 Ochre

📋 copy color: '#D07A26'

red 208 ◦ green 122 ◦ blue 38

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

Shades of Ochre #D07A26

Tints of Ochre #D07A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 56.52%
G = 33.15%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D07A26 (or 0xD07A26) is known color: Ochre. HEX triplet: D0, 7A and 26. RGB value is (208,122,38). Sum of RGB (Red+Green+Blue) = 208+122+38=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A26 is #2F85D9. Grayscale: #8A8A8A. Windows color (decimal): -3114458 or 2521808. OLE color: 2521808.

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

Color convert

RGB 208 122 38 -
CMYK 0 0.41 0.82 0.18
HSL 29.65º 0.69% 0.48% -
HSV(B) 29.65º 0.82% 0.82% -
XYZ 33.32 27.47 5.38 -
YUV 138.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 208 122 38 0 0.41 0.82 0.18 29.65 0.69 0.48
Hex D0 7A 26 0 29 52 12 1E 45 30
Octal 320 172 46 0 51 122 22 36 105 60
Binary 11010000 1111010 100110 0 101001 1010010 10010 11110 1000101 110000

Color Harmonies of #D07A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A26

Black with #D07A26

Text Example


Text Example

White with #D07A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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