Html Css Color HEX #DAD68E Primrose

📋 copy color: '#DAD68E'

red 218 ◦ green 214 ◦ blue 142

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

Shades of Primrose #DAD68E

Tints of Primrose #DAD68E

RGB

 RED value IS 218 (85.55% from 255) = 37.98%

 GREEN value IS 214 (83.98% from 255) = 37.28%

 BLUE value IS 142 (55.86% from 255) = 24.74%

R = 37.98%
G = 37.28%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAD68E (or 0xDAD68E) is known color: Primrose. HEX triplet: DA, D6 and 8E. RGB value is (218,214,142). Sum of RGB (Red+Green+Blue) = 218+214+142=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68E is #252971. Grayscale: #CFCFCF. Windows color (decimal): -2435442 or 9361114. OLE color: 9361114.

HSL color Cylindrical-coordinate representation of color #DAD68E: hue angle of 56.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAD68E is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 142 -
CMYK 0 0.02 0.35 0.15
HSL 56.84º 0.51% 0.71% -
HSV(B) 56.84º 0.35% 0.85% -
XYZ 57.84 64.95 35.08 -
YUV 206.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 218 214 142 0 0.02 0.35 0.15 56.84 0.51 0.71
Hex DA D6 8E 0 2 23 F 39 33 47
Octal 332 326 216 0 2 43 17 71 63 107
Binary 11011010 11010110 10001110 0 10 100011 1111 111001 110011 1000111

Color Harmonies of #DAD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD68E

Black with #DAD68E

Text Example


Text Example

White with #DAD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD68E; }

 p { color: rgb(218,214,142); }

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

background-color css

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

 a { background-color: rgb(218,214,142); }

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

border-color css

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

 span { border-color: rgb(218,214,142); }

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