Html Css Color HEX #D6CF48 Confetti

📋 copy color: '#D6CF48'

red 214 ◦ green 207 ◦ blue 72

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

Shades of Confetti #D6CF48

Tints of Confetti #D6CF48

RGB

 RED value IS 214 (83.98% from 255) = 43.41%

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

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

R = 43.41%
G = 41.99%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6CF48 (or 0xD6CF48) is known color: Confetti. HEX triplet: D6, CF and 48. RGB value is (214,207,72). Sum of RGB (Red+Green+Blue) = 214+207+72=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF48 is #2930B7. Grayscale: #C2C2C2. Windows color (decimal): -2699448 or 4771798. OLE color: 4771798.

HSL color Cylindrical-coordinate representation of color #D6CF48: hue angle of 57.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6CF48 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 72 -
CMYK 0 0.03 0.66 0.16
HSL 57.04º 0.63% 0.56% -
HSV(B) 57.04º 0.66% 0.84% -
XYZ 51.21 59.39 14.89 -
YUV 193.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 214 207 72 0 0.03 0.66 0.16 57.04 0.63 0.56
Hex D6 CF 48 0 3 42 10 39 3F 38
Octal 326 317 110 0 3 102 20 71 77 70
Binary 11010110 11001111 1001000 0 11 1000010 10000 111001 111111 111000

Color Harmonies of #D6CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF48

Black with #D6CF48

Text Example


Text Example

White with #D6CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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