Html Css Color HEX #D4CD50 Confetti

📋 copy color: '#D4CD50'

red 212 ◦ green 205 ◦ blue 80

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

Shades of Confetti #D4CD50

Tints of Confetti #D4CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 42.66%
G = 41.25%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4CD50 (or 0xD4CD50) is known color: Confetti. HEX triplet: D4, CD and 50. RGB value is (212,205,80). Sum of RGB (Red+Green+Blue) = 212+205+80=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD50 is #2B32AF. Grayscale: #C1C1C1. Windows color (decimal): -2831024 or 5295572. OLE color: 5295572.

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

Color convert

RGB 212 205 80 -
CMYK 0 0.03 0.62 0.17
HSL 56.82º 0.61% 0.57% -
HSV(B) 56.82º 0.62% 0.83% -
XYZ 50.43 58.24 16.17 -
YUV 192.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 212 205 80 0 0.03 0.62 0.17 56.82 0.61 0.57
Hex D4 CD 50 0 3 3E 11 39 3D 39
Octal 324 315 120 0 3 76 21 71 75 71
Binary 11010100 11001101 1010000 0 11 111110 10001 111001 111101 111001

Color Harmonies of #D4CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CD50

Black with #D4CD50

Text Example


Text Example

White with #D4CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CD50; }

 p { color: rgb(212,205,80); }

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

background-color css

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

 a { background-color: rgb(212,205,80); }

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

border-color css

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

 span { border-color: rgb(212,205,80); }

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