Html Css Color HEX #D07F1D Ochre

📋 copy color: '#D07F1D'

red 208 ◦ green 127 ◦ blue 29

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

Shades of Ochre #D07F1D

Tints of Ochre #D07F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 57.14%
G = 34.89%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D07F1D (or 0xD07F1D) is known color: Ochre. HEX triplet: D0, 7F and 1D. RGB value is (208,127,29). Sum of RGB (Red+Green+Blue) = 208+127+29=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F1D is #2F80E2. Grayscale: #8C8C8C. Windows color (decimal): -3113187 or 1933264. OLE color: 1933264.

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

Color convert

RGB 208 127 29 -
CMYK 0 0.39 0.86 0.18
HSL 32.85º 0.76% 0.46% -
HSV(B) 32.85º 0.86% 0.82% -
XYZ 33.82 28.68 4.91 -
YUV 140.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 208 127 29 0 0.39 0.86 0.18 32.85 0.76 0.46
Hex D0 7F 1D 0 27 56 12 21 4C 2E
Octal 320 177 35 0 47 126 22 41 114 56
Binary 11010000 1111111 11101 0 100111 1010110 10010 100001 1001100 101110

Color Harmonies of #D07F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F1D

Black with #D07F1D

Text Example


Text Example

White with #D07F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F1D; }

 p { color: rgb(208,127,29); }

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

background-color css

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

 a { background-color: rgb(208,127,29); }

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

border-color css

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

 span { border-color: rgb(208,127,29); }

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