Html Css Color HEX #D67252 Japonica

📋 copy color: '#D67252'

red 214 ◦ green 114 ◦ blue 82

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

Shades of Japonica #D67252

Tints of Japonica #D67252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20%

R = 52.2%
G = 27.8%
B = 20%

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

#D67252 (or 0xD67252) is known color: Japonica. HEX triplet: D6, 72 and 52. RGB value is (214,114,82). Sum of RGB (Red+Green+Blue) = 214+114+82=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D67252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67252 is #298DAD. Grayscale: #8C8C8C. Windows color (decimal): -2723246 or 5403350. OLE color: 5403350.

HSL color Cylindrical-coordinate representation of color #D67252: hue angle of 14.55º 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 #D67252 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 82 -
CMYK 0 0.47 0.62 0.16
HSL 14.55º 0.62% 0.58% -
HSV(B) 14.55º 0.62% 0.84% -
XYZ 35.27 26.94 11.32 -
YUV 140.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 214 114 82 0 0.47 0.62 0.16 14.55 0.62 0.58
Hex D6 72 52 0 2F 3E 10 F 3E 3A
Octal 326 162 122 0 57 76 20 17 76 72
Binary 11010110 1110010 1010010 0 101111 111110 10000 1111 111110 111010

Color Harmonies of #D67252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67252

Black with #D67252

Text Example


Text Example

White with #D67252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67252; }

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

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

background-color css

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

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

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

border-color css

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

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

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