Html Css Color HEX #D4691D Chocolate

📋 copy color: '#D4691D'

red 212 ◦ green 105 ◦ blue 29

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

Shades of Chocolate #D4691D

Tints of Chocolate #D4691D

RGB

 RED value IS 212 (83.2% from 255) = 61.27%

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 61.27%
G = 30.35%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4691D (or 0xD4691D) is known color: Chocolate. HEX triplet: D4, 69 and 1D. RGB value is (212,105,29). Sum of RGB (Red+Green+Blue) = 212+105+29=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4691D is #2B96E2. Grayscale: #808080. Windows color (decimal): -2856675 or 1927636. OLE color: 1927636.

HSL color Cylindrical-coordinate representation of color #D4691D: hue angle of 24.92º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4691D is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 29 -
CMYK 0 0.50 0.86 0.17
HSL 24.92º 0.76% 0.47% -
HSV(B) 24.92º 0.86% 0.83% -
XYZ 32.42 24.19 4.12 -
YUV 128.33 71.95 187.68 -
System Red Green Blue C M Y K H S L
Decimal 212 105 29 0 0.50 0.86 0.17 24.92 0.76 0.47
Hex D4 69 1D 0 32 56 11 19 4C 2F
Octal 324 151 35 0 62 126 21 31 114 57
Binary 11010100 1101001 11101 0 110010 1010110 10001 11001 1001100 101111

Color Harmonies of #D4691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4691D

Black with #D4691D

Text Example


Text Example

White with #D4691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4691D; }

 p { color: rgb(212,105,29); }

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

background-color css

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

 a { background-color: rgb(212,105,29); }

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

border-color css

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

 span { border-color: rgb(212,105,29); }

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