Html Css Color HEX #D6CA4A Confetti

📋 copy color: '#D6CA4A'

red 214 ◦ green 202 ◦ blue 74

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

Shades of Confetti #D6CA4A

Tints of Confetti #D6CA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.22%

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

R = 43.67%
G = 41.22%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6CA4A (or 0xD6CA4A) is known color: Confetti. HEX triplet: D6, CA and 4A. RGB value is (214,202,74). Sum of RGB (Red+Green+Blue) = 214+202+74=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA4A is #2935B5. Grayscale: #BFBFBF. Windows color (decimal): -2700726 or 4901590. OLE color: 4901590.

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

Color convert

RGB 214 202 74 -
CMYK 0 0.06 0.65 0.16
HSL 54.86º 0.63% 0.56% -
HSV(B) 54.86º 0.65% 0.84% -
XYZ 50.09 57.03 14.85 -
YUV 191 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 214 202 74 0 0.06 0.65 0.16 54.86 0.63 0.56
Hex D6 CA 4A 0 6 41 10 37 3F 38
Octal 326 312 112 0 6 101 20 67 77 70
Binary 11010110 11001010 1001010 0 110 1000001 10000 110111 111111 111000

Color Harmonies of #D6CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA4A

Black with #D6CA4A

Text Example


Text Example

White with #D6CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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