Html Css Color HEX #D6C450 Confetti

📋 copy color: '#D6C450'

red 214 ◦ green 196 ◦ blue 80

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

Shades of Confetti #D6C450

Tints of Confetti #D6C450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

 BLUE value IS 80 (31.64% from 255) = 16.33%

R = 43.67%
G = 40%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6C450 (or 0xD6C450) is known color: Confetti. HEX triplet: D6, C4 and 50. RGB value is (214,196,80). Sum of RGB (Red+Green+Blue) = 214+196+80=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C450 is #293BAF. Grayscale: #BCBCBC. Windows color (decimal): -2702256 or 5293270. OLE color: 5293270.

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

Color convert

RGB 214 196 80 -
CMYK 0 0.08 0.63 0.16
HSL 51.94º 0.62% 0.58% -
HSV(B) 51.94º 0.63% 0.84% -
XYZ 48.92 54.36 15.5 -
YUV 188.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 214 196 80 0 0.08 0.63 0.16 51.94 0.62 0.58
Hex D6 C4 50 0 8 3F 10 34 3E 3A
Octal 326 304 120 0 10 77 20 64 76 72
Binary 11010110 11000100 1010000 0 1000 111111 10000 110100 111110 111010

Color Harmonies of #D6C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C450

Black with #D6C450

Text Example


Text Example

White with #D6C450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C450; }

 p { color: rgb(214,196,80); }

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

background-color css

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

 a { background-color: rgb(214,196,80); }

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

border-color css

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

 span { border-color: rgb(214,196,80); }

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