Html Css Color HEX #D7D68B Primrose

📋 copy color: '#D7D68B'

red 215 ◦ green 214 ◦ blue 139

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

Shades of Primrose #D7D68B

Tints of Primrose #D7D68B

RGB

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

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

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

R = 37.85%
G = 37.68%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7D68B (or 0xD7D68B) is known color: Primrose. HEX triplet: D7, D6 and 8B. RGB value is (215,214,139). Sum of RGB (Red+Green+Blue) = 215+214+139=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D68B is #282974. Grayscale: #CECECE. Windows color (decimal): -2632053 or 9164503. OLE color: 9164503.

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

Color convert

RGB 215 214 139 -
CMYK 0 0.00 0.35 0.16
HSL 59.21º 0.49% 0.69% -
HSV(B) 59.21º 0.35% 0.84% -
XYZ 56.73 64.4 33.87 -
YUV 205.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 215 214 139 0 0.00 0.35 0.16 59.21 0.49 0.69
Hex D7 D6 8B 0 0 23 10 3B 31 45
Octal 327 326 213 0 0 43 20 73 61 105
Binary 11010111 11010110 10001011 0 0 100011 10000 111011 110001 1000101

Color Harmonies of #D7D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D68B

Black with #D7D68B

Text Example


Text Example

White with #D7D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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