Html Css Color HEX #DAD68B Primrose

📋 copy color: '#DAD68B'

red 218 ◦ green 214 ◦ blue 139

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

Shades of Primrose #DAD68B

Tints of Primrose #DAD68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.34%

R = 38.18%
G = 37.48%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAD68B (or 0xDAD68B) is known color: Primrose. HEX triplet: DA, D6 and 8B. RGB value is (218,214,139). Sum of RGB (Red+Green+Blue) = 218+214+139=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68B is #252974. Grayscale: #CECECE. Windows color (decimal): -2435445 or 9164506. OLE color: 9164506.

HSL color Cylindrical-coordinate representation of color #DAD68B: hue angle of 56.96º 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 #DAD68B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 139 -
CMYK 0 0.02 0.36 0.15
HSL 56.96º 0.52% 0.7% -
HSV(B) 56.96º 0.36% 0.85% -
XYZ 57.62 64.86 33.91 -
YUV 206.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 218 214 139 0 0.02 0.36 0.15 56.96 0.52 0.7
Hex DA D6 8B 0 2 24 F 39 34 46
Octal 332 326 213 0 2 44 17 71 64 106
Binary 11011010 11010110 10001011 0 10 100100 1111 111001 110100 1000110

Color Harmonies of #DAD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD68B

Black with #DAD68B

Text Example


Text Example

White with #DAD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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