Html Css Color HEX #D9BD4B Confetti

📋 copy color: '#D9BD4B'

red 217 ◦ green 189 ◦ blue 75

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

Shades of Confetti #D9BD4B

Tints of Confetti #D9BD4B

RGB

 RED value IS 217 (85.16% from 255) = 45.11%

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 45.11%
G = 39.29%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9BD4B (or 0xD9BD4B) is known color: Confetti. HEX triplet: D9, BD and 4B. RGB value is (217,189,75). Sum of RGB (Red+Green+Blue) = 217+189+75=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BD4B is #2642B4. Grayscale: #B8B8B8. Windows color (decimal): -2507445 or 4963801. OLE color: 4963801.

HSL color Cylindrical-coordinate representation of color #D9BD4B: hue angle of 48.17º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9BD4B is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 75 -
CMYK 0 0.13 0.65 0.15
HSL 48.17º 0.65% 0.57% -
HSV(B) 48.17º 0.65% 0.85% -
XYZ 48.08 51.65 14.09 -
YUV 184.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 217 189 75 0 0.13 0.65 0.15 48.17 0.65 0.57
Hex D9 BD 4B 0 D 41 F 30 41 39
Octal 331 275 113 0 15 101 17 60 101 71
Binary 11011001 10111101 1001011 0 1101 1000001 1111 110000 1000001 111001

Color Harmonies of #D9BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD4B

Black with #D9BD4B

Text Example


Text Example

White with #D9BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD4B; }

 p { color: rgb(217,189,75); }

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

background-color css

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

 a { background-color: rgb(217,189,75); }

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

border-color css

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

 span { border-color: rgb(217,189,75); }

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