Html Css Color HEX #D27D0D Ochre

📋 copy color: '#D27D0D'

red 210 ◦ green 125 ◦ blue 13

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

Shades of Ochre #D27D0D

Tints of Ochre #D27D0D

RGB

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

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

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

R = 60.34%
G = 35.92%
B = 3.74%

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

#D27D0D (or 0xD27D0D) is known color: Ochre. HEX triplet: D2, 7D and 0D. RGB value is (210,125,13). Sum of RGB (Red+Green+Blue) = 210+125+13=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27D0D is #2D82F2. Grayscale: #8A8A8A. Windows color (decimal): -2982643 or 884178. OLE color: 884178.

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

Color convert

RGB 210 125 13 -
CMYK 0 0.40 0.94 0.18
HSL 34.11º 0.88% 0.44% -
HSV(B) 34.11º 0.94% 0.82% -
XYZ 33.98 28.4 4.07 -
YUV 137.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 210 125 13 0 0.40 0.94 0.18 34.11 0.88 0.44
Hex D2 7D D 0 28 5E 12 22 58 2C
Octal 322 175 15 0 50 136 22 42 130 54
Binary 11010010 1111101 1101 0 101000 1011110 10010 100010 1011000 101100

Color Harmonies of #D27D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D0D

Black with #D27D0D

Text Example


Text Example

White with #D27D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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