Html Css Color HEX #D67253 Japonica

📋 copy color: '#D67253'

red 214 ◦ green 114 ◦ blue 83

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

Shades of Japonica #D67253

Tints of Japonica #D67253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.19%

R = 52.07%
G = 27.74%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D67253 (or 0xD67253) is known color: Japonica. HEX triplet: D6, 72 and 53. RGB value is (214,114,83). Sum of RGB (Red+Green+Blue) = 214+114+83=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D67253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67253 is #298DAC. Grayscale: #8C8C8C. Windows color (decimal): -2723245 or 5468886. OLE color: 5468886.

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

Color convert

RGB 214 114 83 -
CMYK 0 0.47 0.61 0.16
HSL 14.2º 0.62% 0.58% -
HSV(B) 14.2º 0.61% 0.84% -
XYZ 35.31 26.96 11.53 -
YUV 140.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 214 114 83 0 0.47 0.61 0.16 14.2 0.62 0.58
Hex D6 72 53 0 2F 3D 10 E 3E 3A
Octal 326 162 123 0 57 75 20 16 76 72
Binary 11010110 1110010 1010011 0 101111 111101 10000 1110 111110 111010

Color Harmonies of #D67253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67253

Black with #D67253

Text Example


Text Example

White with #D67253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67253; }

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

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

background-color css

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

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

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

border-color css

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

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

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