Html Css Color HEX #D3C54B Confetti

📋 copy color: '#D3C54B'

red 211 ◦ green 197 ◦ blue 75

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

Shades of Confetti #D3C54B

Tints of Confetti #D3C54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

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

R = 43.69%
G = 40.79%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3C54B (or 0xD3C54B) is known color: Confetti. HEX triplet: D3, C5 and 4B. RGB value is (211,197,75). Sum of RGB (Red+Green+Blue) = 211+197+75=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C54B is #2C3AB4. Grayscale: #BBBBBB. Windows color (decimal): -2898613 or 4965843. OLE color: 4965843.

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

Color convert

RGB 211 197 75 -
CMYK 0 0.07 0.64 0.17
HSL 53.82º 0.61% 0.56% -
HSV(B) 53.82º 0.64% 0.83% -
XYZ 48.1 54.29 14.6 -
YUV 187.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 211 197 75 0 0.07 0.64 0.17 53.82 0.61 0.56
Hex D3 C5 4B 0 7 40 11 36 3D 38
Octal 323 305 113 0 7 100 21 66 75 70
Binary 11010011 11000101 1001011 0 111 1000000 10001 110110 111101 111000

Color Harmonies of #D3C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C54B

Black with #D3C54B

Text Example


Text Example

White with #D3C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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