Html Css Color HEX #D5D44B Confetti

📋 copy color: '#D5D44B'

red 213 ◦ green 212 ◦ blue 75

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

Shades of Confetti #D5D44B

Tints of Confetti #D5D44B

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

 GREEN value IS 212 (83.2% from 255) = 42.4%

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

R = 42.6%
G = 42.4%
B = 15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5D44B (or 0xD5D44B) is known color: Confetti. HEX triplet: D5, D4 and 4B. RGB value is (213,212,75). Sum of RGB (Red+Green+Blue) = 213+212+75=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D44B is #2A2BB4. Grayscale: #C5C5C5. Windows color (decimal): -2763701 or 4969685. OLE color: 4969685.

HSL color Cylindrical-coordinate representation of color #D5D44B: hue angle of 59.57º 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 #D5D44B is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 75 -
CMYK 0 0.00 0.65 0.16
HSL 59.57º 0.62% 0.56% -
HSV(B) 59.57º 0.65% 0.84% -
XYZ 52.25 61.74 15.82 -
YUV 196.68 59.33 139.64 -
System Red Green Blue C M Y K H S L
Decimal 213 212 75 0 0.00 0.65 0.16 59.57 0.62 0.56
Hex D5 D4 4B 0 0 41 10 3C 3E 38
Octal 325 324 113 0 0 101 20 74 76 70
Binary 11010101 11010100 1001011 0 0 1000001 10000 111100 111110 111000

Color Harmonies of #D5D44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D44B

Black with #D5D44B

Text Example


Text Example

White with #D5D44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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