Html Css Color HEX #D27D0F Ochre

📋 copy color: '#D27D0F'

red 210 ◦ green 125 ◦ blue 15

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

Shades of Ochre #D27D0F

Tints of Ochre #D27D0F

RGB

 RED value IS 210 (82.42% from 255) = 60%

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 60%
G = 35.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D27D0F (or 0xD27D0F) is known color: Ochre. HEX triplet: D2, 7D and 0F. RGB value is (210,125,15). Sum of RGB (Red+Green+Blue) = 210+125+15=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27D0F is #2D82F0. Grayscale: #8A8A8A. Windows color (decimal): -2982641 or 1015250. OLE color: 1015250.

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

Color convert

RGB 210 125 15 -
CMYK 0 0.40 0.93 0.18
HSL 33.85º 0.87% 0.44% -
HSV(B) 33.85º 0.93% 0.82% -
XYZ 34 28.4 4.14 -
YUV 137.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 210 125 15 0 0.40 0.93 0.18 33.85 0.87 0.44
Hex D2 7D F 0 28 5D 12 22 57 2C
Octal 322 175 17 0 50 135 22 42 127 54
Binary 11010010 1111101 1111 0 101000 1011101 10010 100010 1010111 101100

Color Harmonies of #D27D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D0F

Black with #D27D0F

Text Example


Text Example

White with #D27D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D0F; }

 p { color: rgb(210,125,15); }

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

background-color css

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

 a { background-color: rgb(210,125,15); }

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

border-color css

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

 span { border-color: rgb(210,125,15); }

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