Html Css Color HEX #D9BF4B Confetti

📋 copy color: '#D9BF4B'

red 217 ◦ green 191 ◦ blue 75

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

Shades of Confetti #D9BF4B

Tints of Confetti #D9BF4B

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

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

R = 44.93%
G = 39.54%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9BF4B (or 0xD9BF4B) is known color: Confetti. HEX triplet: D9, BF and 4B. RGB value is (217,191,75). Sum of RGB (Red+Green+Blue) = 217+191+75=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF4B is #2640B4. Grayscale: #BABABA. Windows color (decimal): -2506933 or 4964313. OLE color: 4964313.

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

Color convert

RGB 217 191 75 -
CMYK 0 0.12 0.65 0.15
HSL 49.01º 0.65% 0.57% -
HSV(B) 49.01º 0.65% 0.85% -
XYZ 48.52 52.52 14.24 -
YUV 185.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 217 191 75 0 0.12 0.65 0.15 49.01 0.65 0.57
Hex D9 BF 4B 0 C 41 F 31 41 39
Octal 331 277 113 0 14 101 17 61 101 71
Binary 11011001 10111111 1001011 0 1100 1000001 1111 110001 1000001 111001

Color Harmonies of #D9BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF4B

Black with #D9BF4B

Text Example


Text Example

White with #D9BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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