Html Css Color HEX #D4D053 Confetti

📋 copy color: '#D4D053'

red 212 ◦ green 208 ◦ blue 83

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

Shades of Confetti #D4D053

Tints of Confetti #D4D053

RGB

 RED value IS 212 (83.2% from 255) = 42.15%

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

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

R = 42.15%
G = 41.35%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4D053 (or 0xD4D053) is known color: Confetti. HEX triplet: D4, D0 and 53. RGB value is (212,208,83). Sum of RGB (Red+Green+Blue) = 212+208+83=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D053 is #2B2FAC. Grayscale: #C3C3C3. Windows color (decimal): -2830253 or 5492948. OLE color: 5492948.

HSL color Cylindrical-coordinate representation of color #D4D053: hue angle of 58.14º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4D053 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 83 -
CMYK 0 0.02 0.61 0.17
HSL 58.14º 0.6% 0.58% -
HSV(B) 58.14º 0.61% 0.83% -
XYZ 51.27 59.73 17.01 -
YUV 194.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 212 208 83 0 0.02 0.61 0.17 58.14 0.6 0.58
Hex D4 D0 53 0 2 3D 11 3A 3C 3A
Octal 324 320 123 0 2 75 21 72 74 72
Binary 11010100 11010000 1010011 0 10 111101 10001 111010 111100 111010

Color Harmonies of #D4D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D053

Black with #D4D053

Text Example


Text Example

White with #D4D053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D053; }

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

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

background-color css

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

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

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

border-color css

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

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

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