Html Css Color HEX #D6C945 Confetti

📋 copy color: '#D6C945'

red 214 ◦ green 201 ◦ blue 69

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

Shades of Confetti #D6C945

Tints of Confetti #D6C945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 44.21%
G = 41.53%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6C945 (or 0xD6C945) is known color: Confetti. HEX triplet: D6, C9 and 45. RGB value is (214,201,69). Sum of RGB (Red+Green+Blue) = 214+201+69=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C945 is #2936BA. Grayscale: #BEBEBE. Windows color (decimal): -2700987 or 4573654. OLE color: 4573654.

HSL color Cylindrical-coordinate representation of color #D6C945: hue angle of 54.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6C945 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 69 -
CMYK 0 0.06 0.68 0.16
HSL 54.62º 0.64% 0.55% -
HSV(B) 54.62º 0.68% 0.84% -
XYZ 49.69 56.5 13.92 -
YUV 189.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 214 201 69 0 0.06 0.68 0.16 54.62 0.64 0.55
Hex D6 C9 45 0 6 44 10 37 40 37
Octal 326 311 105 0 6 104 20 67 100 67
Binary 11010110 11001001 1000101 0 110 1000100 10000 110111 1000000 110111

Color Harmonies of #D6C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C945

Black with #D6C945

Text Example


Text Example

White with #D6C945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C945; }

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

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

background-color css

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

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

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

border-color css

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

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

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