Html Css Color HEX #D0761E Ochre

📋 copy color: '#D0761E'

red 208 ◦ green 118 ◦ blue 30

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

Shades of Ochre #D0761E

Tints of Ochre #D0761E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 58.43%
G = 33.15%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0761E (or 0xD0761E) is known color: Ochre. HEX triplet: D0, 76 and 1E. RGB value is (208,118,30). Sum of RGB (Red+Green+Blue) = 208+118+30=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0761E is #2F89E1. Grayscale: #878787. Windows color (decimal): -3115490 or 1996496. OLE color: 1996496.

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

Color convert

RGB 208 118 30 -
CMYK 0 0.43 0.86 0.18
HSL 29.66º 0.75% 0.47% -
HSV(B) 29.66º 0.86% 0.82% -
XYZ 32.73 26.46 4.61 -
YUV 134.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 208 118 30 0 0.43 0.86 0.18 29.66 0.75 0.47
Hex D0 76 1E 0 2B 56 12 1E 4B 2F
Octal 320 166 36 0 53 126 22 36 113 57
Binary 11010000 1110110 11110 0 101011 1010110 10010 11110 1001011 101111

Color Harmonies of #D0761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0761E

Black with #D0761E

Text Example


Text Example

White with #D0761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0761E; }

 p { color: rgb(208,118,30); }

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

background-color css

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

 a { background-color: rgb(208,118,30); }

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

border-color css

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

 span { border-color: rgb(208,118,30); }

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