#DAD38B

Color #DAD38B Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DAD38B

Tints of Primrose #DAD38B

Color information

#DAD38B (or 0xDAD38B) is unknown color: approx Primrose. HEX triplet: DA, D3 and 8B. RGB value is (218,211,139). Sum of RGB (Red+Green+Blue) = 218+211+139=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD38B is #252C74. Grayscale: #CDCDCD. Windows color (decimal): -2436213 or 9163738. OLE color: 9163738.

HSL color Cylindrical-coordinate representation of color #DAD38B: hue angle of 54.68º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAD38B is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218211139-
CMYK00.030.360.15
HSL54.68º51.63%70%-
HSV(B)54.68º36.24%85.49%-
XYZ56.8763.3633.66-
YUV204.8890.82137.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 139 (54.69% from 255) = 24.47%
R=38.38%
G=37.15%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821113900.030.360.1554.6851.6370
HexDAD38B0324F373446
Octal3323232130344176764106
Binary11011010110100111000101101110010011111101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD38B; }

 p { color: rgb(218,211,139); }

 H1.HeaderClassName
 {
   color: #DAD38B;
 }
 .AnyTagClassName
 {
   color: #DAD38B;
 }
</style>
background-color css

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

 a { background-color: rgb(218,211,139); }

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

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

 span { border-color: rgb(218,211,139); }

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