Html Css Color HEX #D6D053 Confetti

📋 copy color: '#D6D053'

red 214 ◦ green 208 ◦ blue 83

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

Shades of Confetti #D6D053

Tints of Confetti #D6D053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.19%

 BLUE value IS 83 (32.81% from 255) = 16.44%

R = 42.38%
G = 41.19%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6D053 (or 0xD6D053) is known color: Confetti. HEX triplet: D6, D0 and 53. RGB value is (214,208,83). Sum of RGB (Red+Green+Blue) = 214+208+83=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D053 is #292FAC. Grayscale: #C4C4C4. Windows color (decimal): -2699181 or 5492950. OLE color: 5492950.

HSL color Cylindrical-coordinate representation of color #D6D053: hue angle of 57.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6D053 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 83 -
CMYK 0 0.03 0.61 0.16
HSL 57.25º 0.62% 0.58% -
HSV(B) 57.25º 0.61% 0.84% -
XYZ 51.85 60.03 17.04 -
YUV 195.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 214 208 83 0 0.03 0.61 0.16 57.25 0.62 0.58
Hex D6 D0 53 0 3 3D 10 39 3E 3A
Octal 326 320 123 0 3 75 20 71 76 72
Binary 11010110 11010000 1010011 0 11 111101 10000 111001 111110 111010

Color Harmonies of #D6D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D053

Black with #D6D053

Text Example


Text Example

White with #D6D053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D053; }

 p { color: rgb(214,208,83); }

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

background-color css

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

 a { background-color: rgb(214,208,83); }

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

border-color css

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

 span { border-color: rgb(214,208,83); }

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