Html Css Color HEX #D27B0A Ochre

📋 copy color: '#D27B0A'

red 210 ◦ green 123 ◦ blue 10

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

Shades of Ochre #D27B0A

Tints of Ochre #D27B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

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

R = 61.22%
G = 35.86%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D27B0A (or 0xD27B0A) is known color: Ochre. HEX triplet: D2, 7B and 0A. RGB value is (210,123,10). Sum of RGB (Red+Green+Blue) = 210+123+10=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27B0A is #2D84F5. Grayscale: #888888. Windows color (decimal): -2983158 or 687058. OLE color: 687058.

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

Color convert

RGB 210 123 10 -
CMYK 0 0.41 0.95 0.18
HSL 33.9º 0.91% 0.43% -
HSV(B) 33.9º 0.95% 0.82% -
XYZ 33.72 27.89 3.89 -
YUV 136.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 210 123 10 0 0.41 0.95 0.18 33.9 0.91 0.43
Hex D2 7B A 0 29 5F 12 22 5B 2B
Octal 322 173 12 0 51 137 22 42 133 53
Binary 11010010 1111011 1010 0 101001 1011111 10010 100010 1011011 101011

Color Harmonies of #D27B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B0A

Black with #D27B0A

Text Example


Text Example

White with #D27B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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