Html Css Color HEX #DBCF4B Confetti

📋 copy color: '#DBCF4B'

red 219 ◦ green 207 ◦ blue 75

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

Shades of Confetti #DBCF4B

Tints of Confetti #DBCF4B

RGB

 RED value IS 219 (85.94% from 255) = 43.71%

 GREEN value IS 207 (81.25% from 255) = 41.32%

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

R = 43.71%
G = 41.32%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBCF4B (or 0xDBCF4B) is known color: Confetti. HEX triplet: DB, CF and 4B. RGB value is (219,207,75). Sum of RGB (Red+Green+Blue) = 219+207+75=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF4B is #2430B4. Grayscale: #C4C4C4. Windows color (decimal): -2371765 or 4968411. OLE color: 4968411.

HSL color Cylindrical-coordinate representation of color #DBCF4B: hue angle of 55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBCF4B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 75 -
CMYK 0 0.05 0.66 0.14
HSL 55º 0.67% 0.58% -
HSV(B) 55º 0.66% 0.86% -
XYZ 52.8 60.19 15.49 -
YUV 195.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 219 207 75 0 0.05 0.66 0.14 55 0.67 0.58
Hex DB CF 4B 0 5 42 E 37 43 3A
Octal 333 317 113 0 5 102 16 67 103 72
Binary 11011011 11001111 1001011 0 101 1000010 1110 110111 1000011 111010

Color Harmonies of #DBCF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF4B

Black with #DBCF4B

Text Example


Text Example

White with #DBCF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF4B; }

 p { color: rgb(219,207,75); }

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

background-color css

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

 a { background-color: rgb(219,207,75); }

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

border-color css

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

 span { border-color: rgb(219,207,75); }

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