Html Css Color HEX #D6C245 Confetti

📋 copy color: '#D6C245'

red 214 ◦ green 194 ◦ blue 69

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

Shades of Confetti #D6C245

Tints of Confetti #D6C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

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

R = 44.86%
G = 40.67%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6C245 (or 0xD6C245) is known color: Confetti. HEX triplet: D6, C2 and 45. RGB value is (214,194,69). Sum of RGB (Red+Green+Blue) = 214+194+69=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C245 is #293DBA. Grayscale: #BABABA. Windows color (decimal): -2702779 or 4571862. OLE color: 4571862.

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

Color convert

RGB 214 194 69 -
CMYK 0 0.09 0.68 0.16
HSL 51.72º 0.64% 0.55% -
HSV(B) 51.72º 0.68% 0.84% -
XYZ 48.1 53.31 13.38 -
YUV 185.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 214 194 69 0 0.09 0.68 0.16 51.72 0.64 0.55
Hex D6 C2 45 0 9 44 10 34 40 37
Octal 326 302 105 0 11 104 20 64 100 67
Binary 11010110 11000010 1000101 0 1001 1000100 10000 110100 1000000 110111

Color Harmonies of #D6C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C245

Black with #D6C245

Text Example


Text Example

White with #D6C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C245; }

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

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

background-color css

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

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

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

border-color css

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

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

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