Html Css Color HEX #D07C1A Ochre

📋 copy color: '#D07C1A'

red 208 ◦ green 124 ◦ blue 26

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

Shades of Ochre #D07C1A

Tints of Ochre #D07C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 58.1%
G = 34.64%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07C1A (or 0xD07C1A) is known color: Ochre. HEX triplet: D0, 7C and 1A. RGB value is (208,124,26). Sum of RGB (Red+Green+Blue) = 208+124+26=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C1A is #2F83E5. Grayscale: #8A8A8A. Windows color (decimal): -3113958 or 1735888. OLE color: 1735888.

HSL color Cylindrical-coordinate representation of color #D07C1A: hue angle of 32.31º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D07C1A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 26 -
CMYK 0 0.40 0.88 0.18
HSL 32.31º 0.78% 0.46% -
HSV(B) 32.31º 0.88% 0.82% -
XYZ 33.41 27.9 4.6 -
YUV 137.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 208 124 26 0 0.40 0.88 0.18 32.31 0.78 0.46
Hex D0 7C 1A 0 28 58 12 20 4E 2E
Octal 320 174 32 0 50 130 22 40 116 56
Binary 11010000 1111100 11010 0 101000 1011000 10010 100000 1001110 101110

Color Harmonies of #D07C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C1A

Black with #D07C1A

Text Example


Text Example

White with #D07C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C1A; }

 p { color: rgb(208,124,26); }

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

background-color css

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

 a { background-color: rgb(208,124,26); }

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

border-color css

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

 span { border-color: rgb(208,124,26); }

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