Html Css Color HEX #DACE4B Confetti

📋 copy color: '#DACE4B'

red 218 ◦ green 206 ◦ blue 75

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

Shades of Confetti #DACE4B

Tints of Confetti #DACE4B

RGB

 RED value IS 218 (85.55% from 255) = 43.69%

 GREEN value IS 206 (80.86% from 255) = 41.28%

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

R = 43.69%
G = 41.28%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DACE4B (or 0xDACE4B) is known color: Confetti. HEX triplet: DA, CE and 4B. RGB value is (218,206,75). Sum of RGB (Red+Green+Blue) = 218+206+75=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE4B is #2531B4. Grayscale: #C3C3C3. Windows color (decimal): -2437557 or 4968154. OLE color: 4968154.

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

Color convert

RGB 218 206 75 -
CMYK 0 0.06 0.66 0.15
HSL 54.97º 0.66% 0.57% -
HSV(B) 54.97º 0.66% 0.85% -
XYZ 52.25 59.56 15.4 -
YUV 194.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 218 206 75 0 0.06 0.66 0.15 54.97 0.66 0.57
Hex DA CE 4B 0 6 42 F 37 42 39
Octal 332 316 113 0 6 102 17 67 102 71
Binary 11011010 11001110 1001011 0 110 1000010 1111 110111 1000010 111001

Color Harmonies of #DACE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE4B

Black with #DACE4B

Text Example


Text Example

White with #DACE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE4B; }

 p { color: rgb(218,206,75); }

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

background-color css

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

 a { background-color: rgb(218,206,75); }

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

border-color css

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

 span { border-color: rgb(218,206,75); }

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