Html Css Color HEX #D6C84A Confetti

📋 copy color: '#D6C84A'

red 214 ◦ green 200 ◦ blue 74

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

Shades of Confetti #D6C84A

Tints of Confetti #D6C84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.98%

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 43.85%
G = 40.98%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C84A (or 0xD6C84A) is known color: Confetti. HEX triplet: D6, C8 and 4A. RGB value is (214,200,74). Sum of RGB (Red+Green+Blue) = 214+200+74=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C84A is #2937B5. Grayscale: #BEBEBE. Windows color (decimal): -2701238 or 4901078. OLE color: 4901078.

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

Color convert

RGB 214 200 74 -
CMYK 0 0.07 0.65 0.16
HSL 54º 0.63% 0.56% -
HSV(B) 54º 0.65% 0.84% -
XYZ 49.62 56.1 14.69 -
YUV 189.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 214 200 74 0 0.07 0.65 0.16 54 0.63 0.56
Hex D6 C8 4A 0 7 41 10 36 3F 38
Octal 326 310 112 0 7 101 20 66 77 70
Binary 11010110 11001000 1001010 0 111 1000001 10000 110110 111111 111000

Color Harmonies of #D6C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C84A

Black with #D6C84A

Text Example


Text Example

White with #D6C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C84A; }

 p { color: rgb(214,200,74); }

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

background-color css

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

 a { background-color: rgb(214,200,74); }

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

border-color css

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

 span { border-color: rgb(214,200,74); }

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