Html Css Color HEX #D6C950 Confetti

📋 copy color: '#D6C950'

red 214 ◦ green 201 ◦ blue 80

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

Shades of Confetti #D6C950

Tints of Confetti #D6C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.61%

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

R = 43.23%
G = 40.61%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6C950 (or 0xD6C950) is known color: Confetti. HEX triplet: D6, C9 and 50. RGB value is (214,201,80). Sum of RGB (Red+Green+Blue) = 214+201+80=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C950 is #2936AF. Grayscale: #BFBFBF. Windows color (decimal): -2700976 or 5294550. OLE color: 5294550.

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

Color convert

RGB 214 201 80 -
CMYK 0 0.06 0.63 0.16
HSL 54.18º 0.62% 0.58% -
HSV(B) 54.18º 0.63% 0.84% -
XYZ 50.07 56.65 15.88 -
YUV 191.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 214 201 80 0 0.06 0.63 0.16 54.18 0.62 0.58
Hex D6 C9 50 0 6 3F 10 36 3E 3A
Octal 326 311 120 0 6 77 20 66 76 72
Binary 11010110 11001001 1010000 0 110 111111 10000 110110 111110 111010

Color Harmonies of #D6C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C950

Black with #D6C950

Text Example


Text Example

White with #D6C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C950; }

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

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

background-color css

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

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

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

border-color css

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

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

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