Html Css Color HEX #D9CF48 Confetti

📋 copy color: '#D9CF48'

red 217 ◦ green 207 ◦ blue 72

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

Shades of Confetti #D9CF48

Tints of Confetti #D9CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 72 (28.52% from 255) = 14.52%

R = 43.75%
G = 41.73%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D9CF48 (or 0xD9CF48) is known color: Confetti. HEX triplet: D9, CF and 48. RGB value is (217,207,72). Sum of RGB (Red+Green+Blue) = 217+207+72=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF48 is #2630B7. Grayscale: #C3C3C3. Windows color (decimal): -2502840 or 4771801. OLE color: 4771801.

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

Color convert

RGB 217 207 72 -
CMYK 0 0.05 0.67 0.15
HSL 55.86º 0.66% 0.57% -
HSV(B) 55.86º 0.67% 0.85% -
XYZ 52.1 59.85 14.94 -
YUV 194.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 217 207 72 0 0.05 0.67 0.15 55.86 0.66 0.57
Hex D9 CF 48 0 5 43 F 38 42 39
Octal 331 317 110 0 5 103 17 70 102 71
Binary 11011001 11001111 1001000 0 101 1000011 1111 111000 1000010 111001

Color Harmonies of #D9CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF48

Black with #D9CF48

Text Example


Text Example

White with #D9CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF48; }

 p { color: rgb(217,207,72); }

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

background-color css

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

 a { background-color: rgb(217,207,72); }

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

border-color css

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

 span { border-color: rgb(217,207,72); }

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