Html Css Color HEX #D6CF4A Confetti

📋 copy color: '#D6CF4A'

red 214 ◦ green 207 ◦ blue 74

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

Shades of Confetti #D6CF4A

Tints of Confetti #D6CF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

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

R = 43.23%
G = 41.82%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6CF4A (or 0xD6CF4A) is known color: Confetti. HEX triplet: D6, CF and 4A. RGB value is (214,207,74). Sum of RGB (Red+Green+Blue) = 214+207+74=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF4A is #2930B5. Grayscale: #C2C2C2. Windows color (decimal): -2699446 or 4902870. OLE color: 4902870.

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

Color convert

RGB 214 207 74 -
CMYK 0 0.03 0.65 0.16
HSL 57º 0.63% 0.56% -
HSV(B) 57º 0.65% 0.84% -
XYZ 51.28 59.42 15.24 -
YUV 193.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 214 207 74 0 0.03 0.65 0.16 57 0.63 0.56
Hex D6 CF 4A 0 3 41 10 39 3F 38
Octal 326 317 112 0 3 101 20 71 77 70
Binary 11010110 11001111 1001010 0 11 1000001 10000 111001 111111 111000

Color Harmonies of #D6CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF4A

Black with #D6CF4A

Text Example


Text Example

White with #D6CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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