Html Css Color HEX #D8D14B Confetti

📋 copy color: '#D8D14B'

red 216 ◦ green 209 ◦ blue 75

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

Shades of Confetti #D8D14B

Tints of Confetti #D8D14B

RGB

 RED value IS 216 (84.77% from 255) = 43.2%

 GREEN value IS 209 (82.03% from 255) = 41.8%

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

R = 43.2%
G = 41.8%
B = 15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8D14B (or 0xD8D14B) is known color: Confetti. HEX triplet: D8, D1 and 4B. RGB value is (216,209,75). Sum of RGB (Red+Green+Blue) = 216+209+75=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D14B is #272EB4. Grayscale: #C4C4C4. Windows color (decimal): -2567861 or 4968920. OLE color: 4968920.

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

Color convert

RGB 216 209 75 -
CMYK 0 0.03 0.65 0.15
HSL 57.02º 0.64% 0.57% -
HSV(B) 57.02º 0.65% 0.85% -
XYZ 52.39 60.71 15.61 -
YUV 195.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 216 209 75 0 0.03 0.65 0.15 57.02 0.64 0.57
Hex D8 D1 4B 0 3 41 F 39 40 39
Octal 330 321 113 0 3 101 17 71 100 71
Binary 11011000 11010001 1001011 0 11 1000001 1111 111001 1000000 111001

Color Harmonies of #D8D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D14B

Black with #D8D14B

Text Example


Text Example

White with #D8D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D14B; }

 p { color: rgb(216,209,75); }

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

background-color css

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

 a { background-color: rgb(216,209,75); }

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

border-color css

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

 span { border-color: rgb(216,209,75); }

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