Html Css Color HEX #D6C54B Confetti

📋 copy color: '#D6C54B'

red 214 ◦ green 197 ◦ blue 75

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

Shades of Confetti #D6C54B

Tints of Confetti #D6C54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

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

R = 44.03%
G = 40.53%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C54B (or 0xD6C54B) is known color: Confetti. HEX triplet: D6, C5 and 4B. RGB value is (214,197,75). Sum of RGB (Red+Green+Blue) = 214+197+75=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C54B is #293AB4. Grayscale: #BCBCBC. Windows color (decimal): -2702005 or 4965846. OLE color: 4965846.

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

Color convert

RGB 214 197 75 -
CMYK 0 0.08 0.65 0.16
HSL 52.66º 0.63% 0.57% -
HSV(B) 52.66º 0.65% 0.84% -
XYZ 48.97 54.74 14.64 -
YUV 188.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 214 197 75 0 0.08 0.65 0.16 52.66 0.63 0.57
Hex D6 C5 4B 0 8 41 10 35 3F 39
Octal 326 305 113 0 10 101 20 65 77 71
Binary 11010110 11000101 1001011 0 1000 1000001 10000 110101 111111 111001

Color Harmonies of #D6C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C54B

Black with #D6C54B

Text Example


Text Example

White with #D6C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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