Html Css Color HEX #D27D0A Ochre

📋 copy color: '#D27D0A'

red 210 ◦ green 125 ◦ blue 10

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

Shades of Ochre #D27D0A

Tints of Ochre #D27D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.9%

R = 60.87%
G = 36.23%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D27D0A (or 0xD27D0A) is known color: Ochre. HEX triplet: D2, 7D and 0A. RGB value is (210,125,10). Sum of RGB (Red+Green+Blue) = 210+125+10=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27D0A is #2D82F5. Grayscale: #898989. Windows color (decimal): -2982646 or 687570. OLE color: 687570.

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

Color convert

RGB 210 125 10 -
CMYK 0 0.40 0.95 0.18
HSL 34.5º 0.91% 0.43% -
HSV(B) 34.5º 0.95% 0.82% -
XYZ 33.97 28.39 3.98 -
YUV 137.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 210 125 10 0 0.40 0.95 0.18 34.5 0.91 0.43
Hex D2 7D A 0 28 5F 12 22 5B 2B
Octal 322 175 12 0 50 137 22 42 133 53
Binary 11010010 1111101 1010 0 101000 1011111 10010 100010 1011011 101011

Color Harmonies of #D27D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D0A

Black with #D27D0A

Text Example


Text Example

White with #D27D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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