Html Css Color HEX #D1C94B Confetti

📋 copy color: '#D1C94B'

red 209 ◦ green 201 ◦ blue 75

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

Shades of Confetti #D1C94B

Tints of Confetti #D1C94B

RGB

 RED value IS 209 (82.03% from 255) = 43.09%

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 43.09%
G = 41.44%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1C94B (or 0xD1C94B) is known color: Confetti. HEX triplet: D1, C9 and 4B. RGB value is (209,201,75). Sum of RGB (Red+Green+Blue) = 209+201+75=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C94B is #2E36B4. Grayscale: #BDBDBD. Windows color (decimal): -3028661 or 4966865. OLE color: 4966865.

HSL color Cylindrical-coordinate representation of color #D1C94B: hue angle of 56.42º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1C94B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 201 75 -
CMYK 0 0.04 0.64 0.18
HSL 56.42º 0.59% 0.56% -
HSV(B) 56.42º 0.64% 0.82% -
XYZ 48.45 55.84 14.88 -
YUV 189.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 209 201 75 0 0.04 0.64 0.18 56.42 0.59 0.56
Hex D1 C9 4B 0 4 40 12 38 3B 38
Octal 321 311 113 0 4 100 22 70 73 70
Binary 11010001 11001001 1001011 0 100 1000000 10010 111000 111011 111000

Color Harmonies of #D1C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C94B

Black with #D1C94B

Text Example


Text Example

White with #D1C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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