Html Css Color HEX #DABC4B Confetti

📋 copy color: '#DABC4B'

red 218 ◦ green 188 ◦ blue 75

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

Shades of Confetti #DABC4B

Tints of Confetti #DABC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 45.32%
G = 39.09%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DABC4B (or 0xDABC4B) is known color: Confetti. HEX triplet: DA, BC and 4B. RGB value is (218,188,75). Sum of RGB (Red+Green+Blue) = 218+188+75=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC4B is #2543B4. Grayscale: #B8B8B8. Windows color (decimal): -2442165 or 4963546. OLE color: 4963546.

HSL color Cylindrical-coordinate representation of color #DABC4B: hue angle of 47.41º 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 #DABC4B is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 75 -
CMYK 0 0.14 0.66 0.15
HSL 47.41º 0.66% 0.57% -
HSV(B) 47.41º 0.66% 0.85% -
XYZ 48.17 51.38 14.04 -
YUV 184.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 218 188 75 0 0.14 0.66 0.15 47.41 0.66 0.57
Hex DA BC 4B 0 E 42 F 2F 42 39
Octal 332 274 113 0 16 102 17 57 102 71
Binary 11011010 10111100 1001011 0 1110 1000010 1111 101111 1000010 111001

Color Harmonies of #DABC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC4B

Black with #DABC4B

Text Example


Text Example

White with #DABC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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