Html Css Color HEX #D6D04B Confetti

📋 copy color: '#D6D04B'

red 214 ◦ green 208 ◦ blue 75

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

Shades of Confetti #D6D04B

Tints of Confetti #D6D04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 75 (29.69% from 255) = 15.09%

R = 43.06%
G = 41.85%
B = 15.09%

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

#D6D04B (or 0xD6D04B) is known color: Confetti. HEX triplet: D6, D0 and 4B. RGB value is (214,208,75). Sum of RGB (Red+Green+Blue) = 214+208+75=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D04B is #292FB4. Grayscale: #C3C3C3. Windows color (decimal): -2699189 or 4968662. OLE color: 4968662.

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

Color convert

RGB 214 208 75 -
CMYK 0 0.03 0.65 0.16
HSL 57.41º 0.63% 0.57% -
HSV(B) 57.41º 0.65% 0.84% -
XYZ 51.56 59.92 15.5 -
YUV 194.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 214 208 75 0 0.03 0.65 0.16 57.41 0.63 0.57
Hex D6 D0 4B 0 3 41 10 39 3F 39
Octal 326 320 113 0 3 101 20 71 77 71
Binary 11010110 11010000 1001011 0 11 1000001 10000 111001 111111 111001

Color Harmonies of #D6D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D04B

Black with #D6D04B

Text Example


Text Example

White with #D6D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D04B; }

 p { color: rgb(214,208,75); }

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

background-color css

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

 a { background-color: rgb(214,208,75); }

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

border-color css

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

 span { border-color: rgb(214,208,75); }

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