Html Css Color HEX #D5D67F Deco

📋 copy color: '#D5D67F'

red 213 ◦ green 214 ◦ blue 127

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

Shades of Deco #D5D67F

Tints of Deco #D5D67F

RGB

 RED value IS 213 (83.59% from 255) = 38.45%

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

 BLUE value IS 127 (50% from 255) = 22.92%

R = 38.45%
G = 38.63%
B = 22.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5D67F (or 0xD5D67F) is known color: Deco. HEX triplet: D5, D6 and 7F. RGB value is (213,214,127). Sum of RGB (Red+Green+Blue) = 213+214+127=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D67F is #2A2980. Grayscale: #CCCCCC. Windows color (decimal): -2763137 or 8378069. OLE color: 8378069.

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

Color convert

RGB 213 214 127 -
CMYK 0.00 0 0.41 0.16
HSL 60.69º 0.51% 0.67% -
HSV(B) 60.69º 0.41% 0.84% -
XYZ 55.32 63.77 29.47 -
YUV 203.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 213 214 127 0.00 0 0.41 0.16 60.69 0.51 0.67
Hex D5 D6 7F 0 0 29 10 3D 33 43
Octal 325 326 177 0 0 51 20 75 63 103
Binary 11010101 11010110 1111111 0 0 101001 10000 111101 110011 1000011

Color Harmonies of #D5D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D67F

Black with #D5D67F

Text Example


Text Example

White with #D5D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D67F; }

 p { color: rgb(213,214,127); }

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

background-color css

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

 a { background-color: rgb(213,214,127); }

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

border-color css

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

 span { border-color: rgb(213,214,127); }

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