Html Css Color HEX #D27F0B Ochre

📋 copy color: '#D27F0B'

red 210 ◦ green 127 ◦ blue 11

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

Shades of Ochre #D27F0B

Tints of Ochre #D27F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 60.34%
G = 36.49%
B = 3.16%

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

#D27F0B (or 0xD27F0B) is known color: Ochre. HEX triplet: D2, 7F and 0B. RGB value is (210,127,11). Sum of RGB (Red+Green+Blue) = 210+127+11=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27F0B is #2D80F4. Grayscale: #8B8B8B. Windows color (decimal): -2982133 or 753618. OLE color: 753618.

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

Color convert

RGB 210 127 11 -
CMYK 0 0.40 0.95 0.18
HSL 34.97º 0.9% 0.43% -
HSV(B) 34.97º 0.95% 0.82% -
XYZ 34.23 28.9 4.09 -
YUV 138.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 210 127 11 0 0.40 0.95 0.18 34.97 0.9 0.43
Hex D2 7F B 0 28 5F 12 23 5A 2B
Octal 322 177 13 0 50 137 22 43 132 53
Binary 11010010 1111111 1011 0 101000 1011111 10010 100011 1011010 101011

Color Harmonies of #D27F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F0B

Black with #D27F0B

Text Example


Text Example

White with #D27F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F0B; }

 p { color: rgb(210,127,11); }

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

background-color css

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

 a { background-color: rgb(210,127,11); }

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

border-color css

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

 span { border-color: rgb(210,127,11); }

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