Html Css Color HEX #D27C0D Ochre

📋 copy color: '#D27C0D'

red 210 ◦ green 124 ◦ blue 13

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

Shades of Ochre #D27C0D

Tints of Ochre #D27C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 60.52%
G = 35.73%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D27C0D (or 0xD27C0D) is known color: Ochre. HEX triplet: D2, 7C and 0D. RGB value is (210,124,13). Sum of RGB (Red+Green+Blue) = 210+124+13=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27C0D is #2D83F2. Grayscale: #898989. Windows color (decimal): -2982899 or 883922. OLE color: 883922.

HSL color Cylindrical-coordinate representation of color #D27C0D: hue angle of 33.81º degrees, saturation: 0.88, 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 #D27C0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 13 -
CMYK 0 0.41 0.94 0.18
HSL 33.81º 0.88% 0.44% -
HSV(B) 33.81º 0.94% 0.82% -
XYZ 33.86 28.15 4.03 -
YUV 137.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 210 124 13 0 0.41 0.94 0.18 33.81 0.88 0.44
Hex D2 7C D 0 29 5E 12 22 58 2C
Octal 322 174 15 0 51 136 22 42 130 54
Binary 11010010 1111100 1101 0 101001 1011110 10010 100010 1011000 101100

Color Harmonies of #D27C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C0D

Black with #D27C0D

Text Example


Text Example

White with #D27C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C0D; }

 p { color: rgb(210,124,13); }

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

background-color css

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

 a { background-color: rgb(210,124,13); }

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

border-color css

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

 span { border-color: rgb(210,124,13); }

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