Html Css Color HEX #D5D67E Deco

📋 copy color: '#D5D67E'

red 213 ◦ green 214 ◦ blue 126

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

Shades of Deco #D5D67E

Tints of Deco #D5D67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.78%

R = 38.52%
G = 38.7%
B = 22.78%

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

#D5D67E (or 0xD5D67E) is known color: Deco. HEX triplet: D5, D6 and 7E. RGB value is (213,214,126). Sum of RGB (Red+Green+Blue) = 213+214+126=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D67E is #2A2981. Grayscale: #CCCCCC. Windows color (decimal): -2763138 or 8312533. OLE color: 8312533.

HSL color Cylindrical-coordinate representation of color #D5D67E: hue angle of 60.68º degrees, saturation: 0.52, 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 #D5D67E is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 126 -
CMYK 0.00 0 0.41 0.16
HSL 60.68º 0.52% 0.67% -
HSV(B) 60.68º 0.41% 0.84% -
XYZ 55.25 63.75 29.13 -
YUV 203.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 213 214 126 0.00 0 0.41 0.16 60.68 0.52 0.67
Hex D5 D6 7E 0 0 29 10 3D 34 43
Octal 325 326 176 0 0 51 20 75 64 103
Binary 11010101 11010110 1111110 0 0 101001 10000 111101 110100 1000011

Color Harmonies of #D5D67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D67E

Black with #D5D67E

Text Example


Text Example

White with #D5D67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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