Html Css Color HEX #D6CC46 Confetti

📋 copy color: '#D6CC46'

red 214 ◦ green 204 ◦ blue 70

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

Shades of Confetti #D6CC46

Tints of Confetti #D6CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 70 (27.73% from 255) = 14.34%

R = 43.85%
G = 41.8%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D6CC46 (or 0xD6CC46) is known color: Confetti. HEX triplet: D6, CC and 46. RGB value is (214,204,70). Sum of RGB (Red+Green+Blue) = 214+204+70=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC46 is #2933B9. Grayscale: #C0C0C0. Windows color (decimal): -2700218 or 4639958. OLE color: 4639958.

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

Color convert

RGB 214 204 70 -
CMYK 0 0.05 0.67 0.16
HSL 55.83º 0.64% 0.56% -
HSV(B) 55.83º 0.67% 0.84% -
XYZ 50.43 57.92 14.32 -
YUV 191.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 214 204 70 0 0.05 0.67 0.16 55.83 0.64 0.56
Hex D6 CC 46 0 5 43 10 38 40 38
Octal 326 314 106 0 5 103 20 70 100 70
Binary 11010110 11001100 1000110 0 101 1000011 10000 111000 1000000 111000

Color Harmonies of #D6CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC46

Black with #D6CC46

Text Example


Text Example

White with #D6CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC46; }

 p { color: rgb(214,204,70); }

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

background-color css

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

 a { background-color: rgb(214,204,70); }

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

border-color css

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

 span { border-color: rgb(214,204,70); }

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