Html Css Color HEX #D07D26 Ochre

📋 copy color: '#D07D26'

red 208 ◦ green 125 ◦ blue 38

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

Shades of Ochre #D07D26

Tints of Ochre #D07D26

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 56.06%
G = 33.69%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D07D26 (or 0xD07D26) is known color: Ochre. HEX triplet: D0, 7D and 26. RGB value is (208,125,38). Sum of RGB (Red+Green+Blue) = 208+125+38=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D26 is #2F82D9. Grayscale: #8C8C8C. Windows color (decimal): -3113690 or 2522576. OLE color: 2522576.

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

Color convert

RGB 208 125 38 -
CMYK 0 0.40 0.82 0.18
HSL 30.71º 0.69% 0.48% -
HSV(B) 30.71º 0.82% 0.82% -
XYZ 33.7 28.22 5.5 -
YUV 139.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 208 125 38 0 0.40 0.82 0.18 30.71 0.69 0.48
Hex D0 7D 26 0 28 52 12 1F 45 30
Octal 320 175 46 0 50 122 22 37 105 60
Binary 11010000 1111101 100110 0 101000 1010010 10010 11111 1000101 110000

Color Harmonies of #D07D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D26

Black with #D07D26

Text Example


Text Example

White with #D07D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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