Html Css Color HEX #D6CF49 Confetti

📋 copy color: '#D6CF49'

red 214 ◦ green 207 ◦ blue 73

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

Shades of Confetti #D6CF49

Tints of Confetti #D6CF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.78%

R = 43.32%
G = 41.9%
B = 14.78%

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

#D6CF49 (or 0xD6CF49) is known color: Confetti. HEX triplet: D6, CF and 49. RGB value is (214,207,73). Sum of RGB (Red+Green+Blue) = 214+207+73=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF49 is #2930B6. Grayscale: #C2C2C2. Windows color (decimal): -2699447 or 4837334. OLE color: 4837334.

HSL color Cylindrical-coordinate representation of color #D6CF49: hue angle of 57.02º 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 #D6CF49 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 73 -
CMYK 0 0.03 0.66 0.16
HSL 57.02º 0.63% 0.56% -
HSV(B) 57.02º 0.66% 0.84% -
XYZ 51.25 59.4 15.07 -
YUV 193.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 214 207 73 0 0.03 0.66 0.16 57.02 0.63 0.56
Hex D6 CF 49 0 3 42 10 39 3F 38
Octal 326 317 111 0 3 102 20 71 77 70
Binary 11010110 11001111 1001001 0 11 1000010 10000 111001 111111 111000

Color Harmonies of #D6CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF49

Black with #D6CF49

Text Example


Text Example

White with #D6CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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