Html Css Color HEX #D67251 Japonica

📋 copy color: '#D67251'

red 214 ◦ green 114 ◦ blue 81

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

Shades of Japonica #D67251

Tints of Japonica #D67251

RGB

 RED value IS 214 (83.98% from 255) = 52.32%

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 81 (32.03% from 255) = 19.8%

R = 52.32%
G = 27.87%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D67251 (or 0xD67251) is known color: Japonica. HEX triplet: D6, 72 and 51. RGB value is (214,114,81). Sum of RGB (Red+Green+Blue) = 214+114+81=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D67251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67251 is #298DAE. Grayscale: #8C8C8C. Windows color (decimal): -2723247 or 5337814. OLE color: 5337814.

HSL color Cylindrical-coordinate representation of color #D67251: hue angle of 14.89º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D67251 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 81 -
CMYK 0 0.47 0.62 0.16
HSL 14.89º 0.62% 0.58% -
HSV(B) 14.89º 0.62% 0.84% -
XYZ 35.23 26.92 11.12 -
YUV 140.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 214 114 81 0 0.47 0.62 0.16 14.89 0.62 0.58
Hex D6 72 51 0 2F 3E 10 F 3E 3A
Octal 326 162 121 0 57 76 20 17 76 72
Binary 11010110 1110010 1010001 0 101111 111110 10000 1111 111110 111010

Color Harmonies of #D67251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67251

Black with #D67251

Text Example


Text Example

White with #D67251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67251; }

 p { color: rgb(214,114,81); }

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

background-color css

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

 a { background-color: rgb(214,114,81); }

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

border-color css

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

 span { border-color: rgb(214,114,81); }

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