Html Css Color HEX #D7D68F Primrose

📋 copy color: '#D7D68F'

red 215 ◦ green 214 ◦ blue 143

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

Shades of Primrose #D7D68F

Tints of Primrose #D7D68F

RGB

 RED value IS 215 (84.38% from 255) = 37.59%

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

 BLUE value IS 143 (56.25% from 255) = 25%

R = 37.59%
G = 37.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7D68F (or 0xD7D68F) is known color: Primrose. HEX triplet: D7, D6 and 8F. RGB value is (215,214,143). Sum of RGB (Red+Green+Blue) = 215+214+143=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D68F is #282970. Grayscale: #CECECE. Windows color (decimal): -2632049 or 9426647. OLE color: 9426647.

HSL color Cylindrical-coordinate representation of color #D7D68F: hue angle of 59.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7D68F is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 214 143 -
CMYK 0 0.00 0.33 0.16
HSL 59.17º 0.47% 0.7% -
HSV(B) 59.17º 0.33% 0.84% -
XYZ 57.03 64.52 35.44 -
YUV 206.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 215 214 143 0 0.00 0.33 0.16 59.17 0.47 0.7
Hex D7 D6 8F 0 0 21 10 3B 2F 46
Octal 327 326 217 0 0 41 20 73 57 106
Binary 11010111 11010110 10001111 0 0 100001 10000 111011 101111 1000110

Color Harmonies of #D7D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D68F

Black with #D7D68F

Text Example


Text Example

White with #D7D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D68F; }

 p { color: rgb(215,214,143); }

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

background-color css

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

 a { background-color: rgb(215,214,143); }

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

border-color css

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

 span { border-color: rgb(215,214,143); }

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