Html Css Color HEX #D4C18D Straw

📋 copy color: '#D4C18D'

red 212 ◦ green 193 ◦ blue 141

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

Shades of Straw #D4C18D

Tints of Straw #D4C18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 38.83%
G = 35.35%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4C18D (or 0xD4C18D) is known color: Straw. HEX triplet: D4, C1 and 8D. RGB value is (212,193,141). Sum of RGB (Red+Green+Blue) = 212+193+141=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C18D is #2B3E72. Grayscale: #C0C0C0. Windows color (decimal): -2834035 or 9290196. OLE color: 9290196.

HSL color Cylindrical-coordinate representation of color #D4C18D: hue angle of 43.94º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4C18D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 193 141 -
CMYK 0 0.09 0.33 0.17
HSL 43.94º 0.45% 0.69% -
HSV(B) 43.94º 0.33% 0.83% -
XYZ 51.03 54.06 32.94 -
YUV 192.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 212 193 141 0 0.09 0.33 0.17 43.94 0.45 0.69
Hex D4 C1 8D 0 9 21 11 2C 2D 45
Octal 324 301 215 0 11 41 21 54 55 105
Binary 11010100 11000001 10001101 0 1001 100001 10001 101100 101101 1000101

Color Harmonies of #D4C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C18D

Black with #D4C18D

Text Example


Text Example

White with #D4C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C18D; }

 p { color: rgb(212,193,141); }

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

background-color css

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

 a { background-color: rgb(212,193,141); }

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

border-color css

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

 span { border-color: rgb(212,193,141); }

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