Html Css Color HEX #D3D54B Confetti

📋 copy color: '#D3D54B'

red 211 ◦ green 213 ◦ blue 75

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

Shades of Confetti #D3D54B

Tints of Confetti #D3D54B

RGB

 RED value IS 211 (82.81% from 255) = 42.28%

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

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

R = 42.28%
G = 42.69%
B = 15.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D3D54B (or 0xD3D54B) is known color: Confetti. HEX triplet: D3, D5 and 4B. RGB value is (211,213,75). Sum of RGB (Red+Green+Blue) = 211+213+75=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D54B is #2C2AB4. Grayscale: #C5C5C5. Windows color (decimal): -2894517 or 4969939. OLE color: 4969939.

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

Color convert

RGB 211 213 75 -
CMYK 0.01 0 0.65 0.16
HSL 60.87º 0.62% 0.56% -
HSV(B) 60.87º 0.65% 0.84% -
XYZ 51.93 61.95 15.88 -
YUV 196.67 59.34 138.22 -
System Red Green Blue C M Y K H S L
Decimal 211 213 75 0.01 0 0.65 0.16 60.87 0.62 0.56
Hex D3 D5 4B 1 0 41 10 3D 3E 38
Octal 323 325 113 1 0 101 20 75 76 70
Binary 11010011 11010101 1001011 1 0 1000001 10000 111101 111110 111000

Color Harmonies of #D3D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D54B

Black with #D3D54B

Text Example


Text Example

White with #D3D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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