Html Css Color HEX #D27A0D Ochre

📋 copy color: '#D27A0D'

red 210 ◦ green 122 ◦ blue 13

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

Shades of Ochre #D27A0D

Tints of Ochre #D27A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 60.87%
G = 35.36%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D27A0D (or 0xD27A0D) is known color: Ochre. HEX triplet: D2, 7A and 0D. RGB value is (210,122,13). Sum of RGB (Red+Green+Blue) = 210+122+13=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27A0D is #2D85F2. Grayscale: #888888. Windows color (decimal): -2983411 or 883410. OLE color: 883410.

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

Color convert

RGB 210 122 13 -
CMYK 0 0.42 0.94 0.18
HSL 33.2º 0.88% 0.44% -
HSV(B) 33.2º 0.94% 0.82% -
XYZ 33.61 27.65 3.95 -
YUV 135.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 210 122 13 0 0.42 0.94 0.18 33.2 0.88 0.44
Hex D2 7A D 0 2A 5E 12 21 58 2C
Octal 322 172 15 0 52 136 22 41 130 54
Binary 11010010 1111010 1101 0 101010 1011110 10010 100001 1011000 101100

Color Harmonies of #D27A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A0D

Black with #D27A0D

Text Example


Text Example

White with #D27A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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