Html Css Color HEX #D07E27 Ochre

📋 copy color: '#D07E27'

red 208 ◦ green 126 ◦ blue 39

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

Shades of Ochre #D07E27

Tints of Ochre #D07E27

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 39 (15.63% from 255) = 10.46%

R = 55.76%
G = 33.78%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D07E27 (or 0xD07E27) is known color: Ochre. HEX triplet: D0, 7E and 27. RGB value is (208,126,39). Sum of RGB (Red+Green+Blue) = 208+126+39=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E27 is #2F81D8. Grayscale: #8D8D8D. Windows color (decimal): -3113433 or 2588368. OLE color: 2588368.

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

Color convert

RGB 208 126 39 -
CMYK 0 0.39 0.81 0.18
HSL 30.89º 0.68% 0.48% -
HSV(B) 30.89º 0.81% 0.82% -
XYZ 33.84 28.48 5.63 -
YUV 140.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 208 126 39 0 0.39 0.81 0.18 30.89 0.68 0.48
Hex D0 7E 27 0 27 51 12 1F 44 30
Octal 320 176 47 0 47 121 22 37 104 60
Binary 11010000 1111110 100111 0 100111 1010001 10010 11111 1000100 110000

Color Harmonies of #D07E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E27

Black with #D07E27

Text Example


Text Example

White with #D07E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E27; }

 p { color: rgb(208,126,39); }

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

background-color css

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

 a { background-color: rgb(208,126,39); }

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

border-color css

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

 span { border-color: rgb(208,126,39); }

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