Html Css Color HEX #D9BF4F Confetti

📋 copy color: '#D9BF4F'

red 217 ◦ green 191 ◦ blue 79

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

Shades of Confetti #D9BF4F

Tints of Confetti #D9BF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 44.56%
G = 39.22%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9BF4F (or 0xD9BF4F) is known color: Confetti. HEX triplet: D9, BF and 4F. RGB value is (217,191,79). Sum of RGB (Red+Green+Blue) = 217+191+79=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF4F is #2640B0. Grayscale: #BABABA. Windows color (decimal): -2506929 or 5226457. OLE color: 5226457.

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

Color convert

RGB 217 191 79 -
CMYK 0 0.12 0.64 0.15
HSL 48.7º 0.64% 0.58% -
HSV(B) 48.7º 0.64% 0.85% -
XYZ 48.66 52.58 14.98 -
YUV 186.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 217 191 79 0 0.12 0.64 0.15 48.7 0.64 0.58
Hex D9 BF 4F 0 C 40 F 31 40 3A
Octal 331 277 117 0 14 100 17 61 100 72
Binary 11011001 10111111 1001111 0 1100 1000000 1111 110001 1000000 111010

Color Harmonies of #D9BF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF4F

Black with #D9BF4F

Text Example


Text Example

White with #D9BF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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