Html Css Color HEX #D27F0C Ochre

📋 copy color: '#D27F0C'

red 210 ◦ green 127 ◦ blue 12

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

Shades of Ochre #D27F0C

Tints of Ochre #D27F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 60.17%
G = 36.39%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D27F0C (or 0xD27F0C) is known color: Ochre. HEX triplet: D2, 7F and 0C. RGB value is (210,127,12). Sum of RGB (Red+Green+Blue) = 210+127+12=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27F0C is #2D80F3. Grayscale: #8B8B8B. Windows color (decimal): -2982132 or 819154. OLE color: 819154.

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

Color convert

RGB 210 127 12 -
CMYK 0 0.40 0.94 0.18
HSL 34.85º 0.89% 0.44% -
HSV(B) 34.85º 0.94% 0.82% -
XYZ 34.23 28.91 4.12 -
YUV 138.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 210 127 12 0 0.40 0.94 0.18 34.85 0.89 0.44
Hex D2 7F C 0 28 5E 12 23 59 2C
Octal 322 177 14 0 50 136 22 43 131 54
Binary 11010010 1111111 1100 0 101000 1011110 10010 100011 1011001 101100

Color Harmonies of #D27F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F0C

Black with #D27F0C

Text Example


Text Example

White with #D27F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F0C; }

 p { color: rgb(210,127,12); }

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

background-color css

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

 a { background-color: rgb(210,127,12); }

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

border-color css

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

 span { border-color: rgb(210,127,12); }

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