Html Css Color HEX #D6D54B Confetti

📋 copy color: '#D6D54B'

red 214 ◦ green 213 ◦ blue 75

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

Shades of Confetti #D6D54B

Tints of Confetti #D6D54B

RGB

 RED value IS 214 (83.98% from 255) = 42.63%

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 75 (29.69% from 255) = 14.94%

R = 42.63%
G = 42.43%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6D54B (or 0xD6D54B) is known color: Confetti. HEX triplet: D6, D5 and 4B. RGB value is (214,213,75). Sum of RGB (Red+Green+Blue) = 214+213+75=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D54B is #292AB4. Grayscale: #C6C6C6. Windows color (decimal): -2697909 or 4969942. OLE color: 4969942.

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

Color convert

RGB 214 213 75 -
CMYK 0 0.00 0.65 0.16
HSL 59.57º 0.63% 0.57% -
HSV(B) 59.57º 0.65% 0.84% -
XYZ 52.8 62.39 15.92 -
YUV 197.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 214 213 75 0 0.00 0.65 0.16 59.57 0.63 0.57
Hex D6 D5 4B 0 0 41 10 3C 3F 39
Octal 326 325 113 0 0 101 20 74 77 71
Binary 11010110 11010101 1001011 0 0 1000001 10000 111100 111111 111001

Color Harmonies of #D6D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D54B

Black with #D6D54B

Text Example


Text Example

White with #D6D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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