Html Css Color HEX #DAD38B Primrose

📋 copy color: '#DAD38B'

red 218 ◦ green 211 ◦ blue 139

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

Shades of Primrose #DAD38B

Tints of Primrose #DAD38B

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 value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAD38B (or 0xDAD38B) is known color: 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

RGB 218 211 139 -
CMYK 0 0.03 0.36 0.15
HSL 54.68º 0.52% 0.7% -
HSV(B) 54.68º 0.36% 0.85% -
XYZ 56.87 63.36 33.66 -
YUV 204.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 218 211 139 0 0.03 0.36 0.15 54.68 0.52 0.7
Hex DA D3 8B 0 3 24 F 37 34 46
Octal 332 323 213 0 3 44 17 67 64 106
Binary 11011010 11010011 10001011 0 11 100100 1111 110111 110100 1000110

Color Harmonies of #DAD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD38B

Black with #DAD38B

Text Example


Text Example

White with #DAD38B

Text Example


Text Example

HTML Codes & Css Web 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>